]> git.puffer.fish Git - mirror/frr.git/commitdiff
Make ospf6d configuration appear in vtysh as well. Report sent to Yasuhiro
authorhasso <hasso>
Thu, 26 Aug 2004 18:10:36 +0000 (18:10 +0000)
committerhasso <hasso>
Thu, 26 Aug 2004 18:10:36 +0000 (18:10 +0000)
Ohara.

ospf6d/ospf6_interface.c
ospf6d/ospf6_top.c
ospf6d/ospf6d.c

index 965debbbfed7b7f696318b87d05fb177e3442887..52986e0f8d1c55c1f573da059659f2a5011a9dde 100644 (file)
@@ -1541,6 +1541,7 @@ struct cmd_node interface_node =
 {
   INTERFACE_NODE,
   "%s(config-if)# ",
+  1 /* VTYSH */
 };
 
 void
index b031330f0a30791062ee4671532f2b39056d57ba..23ad09f0975ae925033277a0eea10a7b944e377f 100644 (file)
@@ -616,6 +616,7 @@ struct cmd_node ospf6_node =
 {
   OSPF6_NODE,
   "%s(config-ospf6)# ",
+  1 /* VTYSH */
 };
 
 /* Install ospf related commands. */
index 28e6b94559c2d978ab3f457d021a4fc662f81397..a67600a021555ef736040d8ea69d40f71271b429 100644 (file)
@@ -95,7 +95,8 @@ DEFUN (show_version_ospf6,
 struct cmd_node debug_node =
 {
   DEBUG_NODE,
-  ""
+  "",
+  1 /* VTYSH */
 };
 
 int