Add NSH to GPE decap path
[vpp.git] / src / vnet / lisp-gpe / interface.c
index 19ac22e..1335927 100644 (file)
@@ -899,22 +899,6 @@ lisp_gpe_add_del_iface_command_fn (vlib_main_t * vm, unformat_input_t * input,
        lisp_gpe_tenant_l3_iface_unlock (vni);
     }
 
-  if (nsh_iface)
-    {
-      if (is_add)
-       {
-         if (~0 == lisp_gpe_add_nsh_iface (&lisp_gpe_main))
-           {
-             error = clib_error_return (0, "NSH interface not created");
-             goto done;
-           }
-         else
-           {
-             lisp_gpe_del_nsh_iface (&lisp_gpe_main);
-           }
-       }
-    }
-
 done:
   unformat_free (line_input);