Discussion:
[quagga-dev 16665] [PATCH] Fix malformed AS_SEQUENCE segments for long as path
Eugene Bogomazov
2017-10-13 14:09:28 UTC
Permalink
Hello,

At the end of September we observed update from 262197 ASN with very large
prepend (563) of origin ASN.
It caused 2 problems. First of all, it wasn't properly counting AS_PATH
length in octets, thereby forcing
bgp neighbor speaker send NOTIFICATION and broke the session. Secondly, all
AS_SEQUENCE from second to
penultimate in AS_PATH were wrong due to forgetten offset.

First part of problem, that caused continious session flaps, was fixed with
latest Quagga release (1.2.2). However,
the encoded AS_PATH attribute is still malformed. So, we attach a patch to
fix this problem.
Balaji Gurudoss
2017-10-15 10:26:34 UTC
Permalink
Hi Eugene

Thanks, Applied

Thanks,
- Balaji
Post by Eugene Bogomazov
Hello,
At the end of September we observed update from 262197 ASN with very large
prepend (563) of origin ASN.
It caused 2 problems. First of all, it wasn't properly counting AS_PATH
length in octets, thereby forcing
bgp neighbor speaker send NOTIFICATION and broke the session. Secondly,
all AS_SEQUENCE from second to
penultimate in AS_PATH were wrong due to forgetten offset.
First part of problem, that caused continious session flaps, was fixed
with latest Quagga release (1.2.2). However,
the encoded AS_PATH attribute is still malformed. So, we attach a patch to
fix this problem.
_______________________________________________
Quagga-dev mailing list
https://lists.quagga.net/mailman/listinfo/quagga-dev
Loading...