Thanks Tomonori!

We use Ryu's BMP parser which includes BGP :)

I also have a patch to add support of BGP Add-Path
(https://tools.ietf.org/html/rfc7911) although it's a bigger piece and lacks
some test cases. Will try to get this sorted soon if you're interested!

Cheers,

--
Ben

On Wed, Sep 25, 2019 at 04:02:04PM +0900, FUJITA Tomonori wrote:
> On Tue, 24 Sep 2019 08:52:48 +1000
> Benjamin Villain via Ryu-devel <ryu-devel@lists.sourceforge.net> wrote:
> 
> > This commit fixes a parsing error when a BGP update contains a "withdraw 
> > label"
> > equal to 0x000000 instead of 0x8000000 as stated in RFC 3107. This commits
> > treats both labels as "withdraw label"
> > 
> > cr https://code.amazon.com/reviews/CR-4121738
> 
> Just out of curiosity, Amazon uses Ryu's bgp feature?
> 
> > Signed-off-by: Benjamin Villain <villa...@amazon.com>
> > ---
> >  ryu/lib/packet/bgp.py | 17 +++++++++++++----
> >  1 file changed, 13 insertions(+), 4 deletions(-)
> 
> Applied, thanks a lot!


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to