summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2007-07-31 17:35:36 +0000
committerPaul Jakma <paul.jakma@sun.com>2007-07-31 17:35:36 +0000
commit45ad592ec84bd10e370c11387ecb36ccb42ea3c8 (patch)
tree4714a07c180f78c1d714b63d515c045562612c41 /bgpd/ChangeLog
parente6a01955a7d26dda6f0ecfb6a787d4c46442303b (diff)
[bgpd] Dont schedule dumps multiple times for same command
2007-07-31 Lorenzo Colitti <lorenzo@colitti.com> * bgp_dump.c: (general) Add comments to code. (bgp_dump_interval_add) remove some redundant lines. (bgp_dump_set) Use enum for type argument. Avoid scheduling dump twice if exact same command is given twice..
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index a871f421..5fb87e2c 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-31 Lorenzo Colitti <lorenzo@colitti.com>
+
+ * bgp_dump.c: (general) Add comments to code.
+ (bgp_dump_interval_add) remove some redundant lines.
+ (bgp_dump_set) Use enum for type argument.
+ Avoid scheduling dump twice if exact same command
+ is given twice..
+
2007-06-22 Paul Jakma <paul.jakma@sun.com>
* bgp_fsm.c: (struct FSM) Bug #368. TCP Errors during OpenSent