summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_encap_tlv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-6/+8
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* bgpd: Fix off by one error introduced by 8c9cc7bbf657e3440d9bc758fe45aef5f43c...Donald Sharp2017-10-191-8/+8
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-11/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-767/+761
* bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-40/+25
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* bgpd: remove unnecessary #include "vty.h"Quentin Young2017-03-021-1/+0
* bgpd: introduction of vxlan tunnel attributePhilippe Guibert2017-02-141-0/+22
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-3/+1
|\
| * bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-3/+1
* | bgpd: bgp_vty.c compiles nowDaniel Walton2016-09-261-0/+1
|/
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-06-121-12/+150
* bgpd: encap: add attribute handlingLou Berger2016-06-101-0/+874