diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-09-16 21:20:38 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2014-01-08 00:49:41 +0100 |
commit | 54bd777005ffd9851b6fe07de78ab728f4b0f4cc (patch) | |
tree | 1321670fb2d1e53dccf1cb3a60d12a90ac7751d3 /zebra/rtadv.c | |
parent | 77f2a04099a7fd5107d11a5b0dcd3b0dc73f9bea (diff) |
bgpd,ospfd,zebra: fix some DEFUN definitions
Fixup some DEFUNS with incorrect command strings or mixed up helpstrings.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r-- | zebra/rtadv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c index ae5c5a1c..91d7b324 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c @@ -1483,7 +1483,7 @@ DEFUN (no_ipv6_nd_router_preference, ALIAS (no_ipv6_nd_router_preference, no_ipv6_nd_router_preference_val_cmd, - "no ipv6 nd router-preference (high|medium|low", + "no ipv6 nd router-preference (high|medium|low)", NO_STR "Interface IPv6 config commands\n" "Neighbor discovery\n" |