summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2008-04-10 11:47:45 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2008-04-10 11:47:45 +0000
commit841f7a57b13b8cba4efd51db4e7ac13fd403b17b (patch)
tree27179c9db7a6d8e7e3dc2d13eb82efda4d9c4eb1 /bgpd/ChangeLog
parent693b67b2b20510e0faee87a0950595832ce71054 (diff)
+ [bgpd] Added new route-map set statement: "as-path ignore"
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog11
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