lib: make netns command visible under vtysh

Make netns command visible under vtysh.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
Philippe Guibert 2018-06-01 16:35:52 +02:00
parent ef319aa3d7
commit 4a541e8c23

View File

@ -710,7 +710,7 @@ DEFUN_NOSH (no_vrf,
struct cmd_node vrf_node = {VRF_NODE, "%s(config-vrf)# ", 1}; struct cmd_node vrf_node = {VRF_NODE, "%s(config-vrf)# ", 1};
DEFUN_NOSH (vrf_netns, DEFUN (vrf_netns,
vrf_netns_cmd, vrf_netns_cmd,
"netns NAME", "netns NAME",
"Attach VRF to a Namespace\n" "Attach VRF to a Namespace\n"