diff options
author | paul <paul> | 2004-11-09 01:54:03 +0000 |
---|---|---|
committer | paul <paul> | 2004-11-09 01:54:03 +0000 |
commit | 5932020bb11c1b5447f4aa4423062f275ab1fa94 (patch) | |
tree | 5c23a5b805cb1d1701c9f2290c192ac7ba5a5640 /bgpd/ChangeLog | |
parent | 1b074dd28a04f4734e37d420c95c492affe24bc1 (diff) |
2004-11-09 Paul Jakma <paul@dishone.st>
* bgp_nexthop.c: collapse bgp_connected_ipvX, bgp_nexthop_cache_ipvX
and cache{1,2}.. into arrays of tables and hence collapse
bgp_scan_ipv{4,6} into a single bgp_scan function. Tested, though
a long time ago (and this change was hand-merged).
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 196fa033..0e767dec 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,10 @@ +2004-11-09 Paul Jakma <paul@dishone.st> + + * bgp_nexthop.c: collapse bgp_connected_ipvX, bgp_nexthop_cache_ipvX + and cache{1,2}.. into arrays of tables and hence collapse + bgp_scan_ipv{4,6} into a single bgp_scan function. Tested, though + a long time ago (and this change was hand-merged). + 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * bgp_route.c: Remove all code related to VTY_CONTINUE; this feature |