]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 8 Dec 2014 16:42:12 +0000 (17:42 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:24:50 +0000 (15:24 +0000)
commit37da8fa9a2b8e69c68241ecbf72a4976e48e8e1f
tree0eb5c38e55da87ed83a257c8858ccbb55b959f67
parentcfa0ed0949284a978e6d1710de66cf40474594c9
bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)

Unfortunately, the attribute present bits for MP_REACH and MP_UNREACH
which 1a211cb ("bgpd: one more fix"...) tests for are never set in their
corresponding attribute parsing functions.

Reported-by: Martin Winter <mwinter@netdef.org>
Fixes: 1a211cb "bgpd: one more fix for tightening of check for missing well-known attributes"
Cc: Paul Jakma <paul@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit daefeb8755e194dd19a5f1910bc78d13c8147efb)
bgpd/bgp_attr.c