diff options
author | hasso <hasso> | 2004-10-13 21:32:46 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-13 21:32:46 +0000 |
commit | 501ba490846e87e6fd5bfea05c31dce1777915b9 (patch) | |
tree | e81c211d3b1cf95f925fd076c4517d2ef89985ac /bgpd | |
parent | 8b3126b3c0b18144f8b748d7d82d72dcd538396d (diff) |
Make dump configuration appear in vtysh.
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/ChangeLog | 4 | ||||
-rw-r--r-- | bgpd/bgp_dump.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 5d784a3c..37ab163b 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 f8637c65..549a4f08 100644 --- a/bgpd/bgp_dump.c +++ b/bgpd/bgp_dump.c @@ -696,6 +696,7 @@ struct cmd_node bgp_dump_node = { DUMP_NODE, "", + 1 }; #if 0 |