diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-04-15 19:17:24 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-04-15 19:17:24 +0000 |
commit | 93c1749c828cf750fbcc850730b9f2a872e38325 (patch) | |
tree | 05800e33ebd68d5e6a2629d20ba54ad4db0aaa7c /bgpd/ChangeLog | |
parent | 6dfa827b7be871fc7301d4db04a99b509c9fd7aa (diff) |
[bgpd] Minor performance improvement patch
2007-04-15 Sebastien Tandel <sebastien@tandel.be>
* bgp_aspath.c: (aspath_as_add, aspath_segment_add) Minor performance
optimization: while loop should test one pointer instead of two.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 4d6f1ef9..37ca2fb4 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,8 @@ +2007-04-15 Sebastien Tandel <sebastien@tandel.be> + + * bgp_aspath.c: (aspath_as_add, aspath_segment_add) Minor performance + optimization: while loop should test one pointer instead of two. + 2007-04-08 Paul Jakma <paul.jakma@sun.com> * bgp_route.c: (general) Same bug as fixed on 2006-11-28 by ajs for |