From 841f7a57b13b8cba4efd51db4e7ac13fd403b17b Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Thu, 10 Apr 2008 11:47:45 +0000 Subject: + [bgpd] Added new route-map set statement: "as-path ignore" --- bgpd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index f3b6a8c1..7f94565c 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,14 @@ +2008-04-10 Denis Ovsienko + * bgp_aspath.[ch]: (aspath_filter_exclude) New function allows + filtering out arbitrary ASns from AS_PATH attribute. + * bgp_aspath.[ch]: (aspath_print_vty) Accept suffix to let calling + functions signal, if they want the separator or not. + * bgp_route.c: (route_vty_out, route_vty_out_tmp, damp_route_vty_out, + flap_route_vty_out, route_vty_out_detail) Fix aspath_print_vty() + calls to have AS_PATH output nicely. + * bgp_routemap.c: Introduce "set as-path exclude" route-map command + to employ new filtering functionality. + 2008-03-13 Paul Jakma * (various) Remove 0 entries from struct message's, unneeded due to -- cgit v1.2.1