diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-06-01 14:29:03 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-06-01 14:29:03 +0000 |
commit | a15cfd16fcdec39588ce2f780671ba7c6de0b919 (patch) | |
tree | ccd6a9a654bfe0a7ae376d5e268d2749be06e6fa /bgpd/ChangeLog | |
parent | 0e7c124f870d4c95ff3edbde1a766717c696da7c (diff) |
[bgpd] bug #419: partial aspath-limit incorrectly causes session reset
2008-06-01 jfletche@gmail.com
* bgp_attr.c: (bgp_attr_aspathlimit) fix silly bug in flags check
that was causing BGP to drop sessions if it received a
aspath-limit with partial set. Fixes bug #419.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 7f94565c..4630ab97 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,4 +1,11 @@ +2008-06-01 jfletche@gmail.com + + * bgp_attr.c: (bgp_attr_aspathlimit) fix silly bug in flags check + that was causing BGP to drop sessions if it received a + aspath-limit with partial set. Fixes bug #419. + 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 |