Make dump configuration appear in vtysh.
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 5d784a3..37ab163 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -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
diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c
index f8637c6..549a4f0 100644
--- a/bgpd/bgp_dump.c
+++ b/bgpd/bgp_dump.c
@@ -696,6 +696,7 @@
 {
   DUMP_NODE,
   "",
+  1
 };
 
 #if 0