diff options
author | paul <paul> | 2005-11-03 12:52:18 +0000 |
---|---|---|
committer | paul <paul> | 2005-11-03 12:52:18 +0000 |
commit | 412008568bddbc9475eafba224d1a1703d6cca97 (patch) | |
tree | 8f9fc89b99f657af060904ae353ba07b9375321f /bgpd/ChangeLog | |
parent | 0752ef0b2e9bbf6c7ab20ed0fe87840b3bd1b7f4 (diff) |
2005-11-03 Paul Jakma <paul.jakma@sun.com>
* bgp_damp.c: (bgp_reuse_timer) struct bgp can be retrieved via
the struct bgp_damp_info, no need to guess by using
bgp_get_default().
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index d83c3458..eadd07f1 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,9 @@ +2005-11-03 Paul Jakma <paul.jakma@sun.com> + + * bgp_damp.c: (bgp_reuse_timer) struct bgp can be retrieved via + the struct bgp_damp_info, no need to guess by using + bgp_get_default(). + 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * bgp_vty.c: (bgp_config_write_redistribute) Use new library function |