From 93c1749c828cf750fbcc850730b9f2a872e38325 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Sun, 15 Apr 2007 19:17:24 +0000 Subject: [bgpd] Minor performance improvement patch 2007-04-15 Sebastien Tandel * bgp_aspath.c: (aspath_as_add, aspath_segment_add) Minor performance optimization: while loop should test one pointer instead of two. --- bgpd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bgpd/ChangeLog') 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 + + * 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 * bgp_route.c: (general) Same bug as fixed on 2006-11-28 by ajs for -- cgit v1.2.1