Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcs | Paul Jakma | 2016-02-26 | 1 | -6/+1 |
| | | | | | | | | | * bgp_encap.{c,h} (bgp_nlri_parse_encap) afi is already in the NLRI argument. update or withdraw is signalled by attr being non-NULL or NULL. * bgp_packet.c: (update_receive) fixup to match, and also make the attr argument conform with NLRI_ATTR_ARG for correct error handling on optional, transitive, partial, attributes. | ||||
* | bgpd: encap: add encap SAFI (RFC5512) | Lou Berger | 2016-02-26 | 1 | -0/+34 |
Adds RFC5512 and Encapsulation Attribute. Signed-off-by: Lou Berger <lberger@labn.net> |