]> git.puffer.fish Git - mirror/frr.git/commit
BGP: Ignore unexpected values in ENHE capability
authorvivek <vivek@cumulusnetworks.com>
Fri, 8 Jan 2016 06:00:03 +0000 (22:00 -0800)
committervivek <vivek@cumulusnetworks.com>
Fri, 8 Jan 2016 06:00:03 +0000 (22:00 -0800)
commita656dafaf2bab7e1e3ee1f9d68fe521d86ace958
treed79b135b121193f977b3992be432a84f3047f195
parent09825025d477a20e4d599327269d2a7f2c012e7d
BGP: Ignore unexpected values in ENHE capability

Silently ignore (without sending a Notification) unexpected values
of AFI, SAFI or Nexthop AFI received in the Extended Next Hop Encoding
capability (defined in RFC 5549). While this RFC only defines certain
values as allowed, that may be changed by a future spec.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Ticket: CM-5975
Reviewed By: CCR-3947
Testing Done: test_fuzz 1.11, 1.12 and 1.13
bgpd/bgp_open.c