]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Make dump configuration appear in vtysh.
authorhasso <hasso>
Wed, 13 Oct 2004 21:32:46 +0000 (21:32 +0000)
committerhasso <hasso>
Wed, 13 Oct 2004 21:32:46 +0000 (21:32 +0000)
bgpd/ChangeLog
bgpd/bgp_dump.c

index 5d784a3c8d7a0d5b4fc71a2c2ef391b56ae0511e..37ab163b431639cfd034936e5c57b93d96747672 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-14 Hasso Tepper <hasso at quagga.net>
+
+       * bgp_dump.c: Make dump configuration appear in vtysh.
+
 2004-10-13 Hasso Tepper <hasso at quagga.net>
 
        * bgp_snmp.c: Remove defaults used to initialize smux connection to
index f8637c65d424137f4ffe3c3ef31916358d81ca76..549a4f086c47dbb249a166a6cd6afc6dd7ece29b 100644 (file)
@@ -696,6 +696,7 @@ struct cmd_node bgp_dump_node =
 {
   DUMP_NODE,
   "",
+  1
 };
 
 #if 0