commit | a94feb380df46bdfc742257648c9825e8e7b17c0 | [log] [tgz] |
---|---|---|
author | paul <paul> | Mon May 23 13:17:29 2005 +0000 |
committer | paul <paul> | Mon May 23 13:17:29 2005 +0000 |
tree | 1b79a4bb5dcab782036a57cb684ee7c392ef13b3 | |
parent | d4f0960cb23abc7528d7282fa08c68131eae5f93 [diff] [blame] |
2005-05-23 Paul Jakma <paul@dishone.st> * bgp_routemap.c: add semi-colons to VTY_GET_* to match vty.h change
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 25c4e37..3d90346 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog
@@ -1,3 +1,7 @@ +2005-05-23 Paul Jakma <paul@dishone.st> + + * bgp_routemap.c: add semi-colons to VTY_GET_* to match vty.h change + 2005-05-19 Paul Jakma <paul@dishone.st> * bgp_fsm.c: (bgp_stop) use sockunion_free, not XFREE..