diff options
author | paul <paul> | 2003-05-23 10:43:59 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-23 10:43:59 +0000 |
commit | fa760a30a4dcbcd389565282368f77f0d0511d50 (patch) | |
tree | 8719e7ff625f6515e1cd8076293ad8bad227539c /vtysh | |
parent | 2e6aac168ccf012b4cb67dfba8870fd4203c8f8b (diff) | |
download | quagga-fa760a30a4dcbcd389565282368f77f0d0511d50.tar.bz2 quagga-fa760a30a4dcbcd389565282368f77f0d0511d50.tar.xz |
slight addition to hasso's previous no_interface patch.
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index f6ab6035..6b658267 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -1154,7 +1154,7 @@ ALIAS (vtysh_exit_ospf6d, "quit", "Exit current mode and down to previous mode\n") -DEFUNSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D, +DEFUNSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D, vtysh_interface, vtysh_interface_cmd, "interface IFNAME", @@ -1184,7 +1184,7 @@ DEFSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD, NO_STR "Interface specific description\n") -DEFUNSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D, +DEFUNSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D, vtysh_exit_interface, vtysh_exit_interface_cmd, "exit", |