diff options
author | David Lamparter <equinox@diac24.net> | 2010-02-04 03:39:45 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-04 03:39:45 +0100 |
commit | adce15e158ce7560631ca8a0185ce12588b111f0 (patch) | |
tree | bf4340b3d93611525b14ecafa8c93133890318a2 /zebra/rtadv.c | |
parent | 128021b27bc582d68527e75122b63110e828938b (diff) | |
download | quagga-adce15e158ce7560631ca8a0185ce12588b111f0.tar.bz2 quagga-adce15e158ce7560631ca8a0185ce12588b111f0.tar.xz |
zebra: fix rtadv/rdnss vtysh breakage
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r-- | zebra/rtadv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c index 2ac62e5b..7d9c0f6c 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c @@ -1557,7 +1557,7 @@ DEFUN (ipv6_nd_rdnss, } ALIAS (ipv6_nd_rdnss, - ipv6_nd_rdnss_cmd_nolife, + ipv6_nd_rdnss_nolife_cmd, "ipv6 nd rdnss X:X::X:X", "Interface IPv6 config commands\n" "Neighbor discovery\n" @@ -1741,7 +1741,7 @@ rtadv_init (void) install_element (INTERFACE_NODE, &ipv6_nd_router_preference_cmd); install_element (INTERFACE_NODE, &no_ipv6_nd_router_preference_cmd); install_element (INTERFACE_NODE, &ipv6_nd_rdnss_cmd); - install_element (INTERFACE_NODE, &ipv6_nd_rdnss_cmd_nolife); + install_element (INTERFACE_NODE, &ipv6_nd_rdnss_nolife_cmd); } static int |