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 | -4/+3 |
| | | | | | | | | | * 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: remove HAVE_IPV6 conditionals | Lou Berger | 2016-02-26 | 1 | -22/+9 |
| | | | | | Signed-off-by: Lou Berger <lberger@labn.net> Tested-by: NetDEF CI System <cisystem@netdef.org> | ||||
* | bgpd, lib, vtysh: hook up bgp ENCAP CLI node | Lou Berger | 2016-02-26 | 1 | -3/+2 |
| | | | | | Signed-off-by: Lou Berger <lberger@labn.net> Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | bgpd: encap: add encap SAFI (RFC5512) | Lou Berger | 2016-02-26 | 1 | -0/+992 |
Adds RFC5512 and Encapsulation Attribute. Signed-off-by: Lou Berger <lberger@labn.net> |