]> git.puffer.fish Git - matthieu/frr.git/commitdiff
slight addition to hasso's previous no_interface patch.
authorpaul <paul>
Fri, 23 May 2003 10:43:59 +0000 (10:43 +0000)
committerpaul <paul>
Fri, 23 May 2003 10:43:59 +0000 (10:43 +0000)
vtysh/vtysh.c

index f6ab603558869306c4d173bb038312f6f7fcf73a..6b6582679a8d4a1e1df5551d75514743cbffe287 100644 (file)
@@ -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",