From: paul Date: Fri, 23 May 2003 10:43:59 +0000 (+0000) Subject: slight addition to hasso's previous no_interface patch. X-Git-Tag: frr-2.0-rc1~4049 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=111bd7a54a786b583e0ee7fc734ec0b3e0c382f0;p=mirror%2Ffrr.git slight addition to hasso's previous no_interface patch. --- diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index f6ab603558..6b6582679a 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",