diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2008-04-10 11:47:45 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2008-04-10 11:47:45 +0000 |
commit | 841f7a57b13b8cba4efd51db4e7ac13fd403b17b (patch) | |
tree | 27179c9db7a6d8e7e3dc2d13eb82efda4d9c4eb1 /bgpd/ChangeLog | |
parent | 693b67b2b20510e0faee87a0950595832ce71054 (diff) |
+ [bgpd] Added new route-map set statement: "as-path ignore"
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <paul.jakma@sun.com> * (various) Remove 0 entries from struct message's, unneeded due to |