diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-22 10:38:22 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-03-28 21:48:07 +0200 |
commit | 505e50567f48a5b969f13bedad5bcddb845d8fb3 (patch) | |
tree | 4c0441c9780dc36bb3c200fa8d801929c28014a1 /ospf6d | |
parent | Merge pull request #292 from donaldsharp/sgrpt_prune (diff) | |
download | frr-505e50567f48a5b969f13bedad5bcddb845d8fb3.tar.xz frr-505e50567f48a5b969f13bedad5bcddb845d8fb3.zip |
*: apply DEFUN_NOSH for node-switch CLI commands
These have copies in vtysh that do the node-switch locally and are
listed in extract.pl's ignore list. The ignore list however is
redundant since DEFUN_NOSH does the same thing...
ldpd is a bit hacky, but Renato is reworking this anyway.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index a367d1e14..74e49a21b 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -288,7 +288,7 @@ ospf6_maxage_remove (struct ospf6 *o) } /* start ospf6 */ -DEFUN (router_ospf6, +DEFUN_NOSH (router_ospf6, router_ospf6_cmd, "router ospf6", ROUTER_STR |