]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix non v4 EOR parsing
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 21 Oct 2016 18:05:54 +0000 (14:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 26 Oct 2016 13:36:09 +0000 (09:36 -0400)
commit18ef625f959947ae13215bb333186a1c1bd59df1
treed6ef93e2dcdfb32e306e1c31ad61f53470c9caae
parent96e52474fdee05140e323c800342b23b4d1da03c
bgpd: Fix non v4 EOR parsing

When we receive a non v4 EOR, we were parsing it but
incorrectly applying the test for the flag for it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_packet.c