summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_encap.c
Commit message (Collapse)AuthorAgeFilesLines
* bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcsPaul Jakma2016-02-261-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 conditionalsLou Berger2016-02-261-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 nodeLou Berger2016-02-261-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 Berger2016-02-261-0/+992
Adds RFC5512 and Encapsulation Attribute. Signed-off-by: Lou Berger <lberger@labn.net>