From b2518c1e884cb8b4f4502f8b90b1c368e1a352ec Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Fri, 12 May 2006 23:48:40 +0000 Subject: [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage 2006-05-12 Paul Jakma * bgp_aspath.{c,h}: (aspath_print_vty) take a format string, so as to reduce burden on callers, all in bgp_route.c * bgp_route.c: (route_vty_out{,tmp}) Update to match aspath_print_vty, simplifying checks needed to get spacing right. CID #4,#5. ({damp,flap}_route_vty_out) Ditto, CID #9, #10 --- bgpd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 80827393..7f4f3f1a 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -2,10 +2,15 @@ * bgp_attr.c: (bgp_packet_attribute) Remove dead code, Coverity CID #1 + * bgp_aspath.{c,h}: (aspath_print_vty) take a format string, + so as to reduce burden on callers, all in bgp_route.c * bgp_route.c: (bgp_static_update_main) Remove useless NULL check, code already assumes bgp_static can not be NULL, fixes CID #7. (bgp_static_update_rsclient) ditto, CID #6 + (route_vty_out{,tmp}) Update to match aspath_print_vty, + simplifying checks needed to get spacing right. CID #4,#5. + ({damp,flap}_route_vty_out) Ditto, CID #9, #10 2006-05-08 Paul Jakma -- cgit v1.2.1