summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mplsvpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: make sure nh is valid for MPLS vpn routesPat Ruddy2021-01-271-4/+4
* bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-181-2/+1
* bgpd: Prevent ecommunity_ecom2str memory leakDonald Sharp2020-11-181-10/+17
* bgpd: Do not leak vname if we find the matchDonald Sharp2020-11-181-0/+5
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-2/+2
* * : clean up format specifiers for gcc-10Mark Stapp2020-11-041-1/+1
* bgpd: fix mem leak in router bgp import vrf checkChirag Shah2020-10-271-2/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-7/+3
* bgpd: add `%pBD` for printing `struct bgp_dest *`David Lamparter2020-10-171-8/+8
* bgpd: convert global config to transactional cliChirag Shah2020-10-031-3/+3
* bgpd: fix mplsvpn nlri garbage heap readQuentin Young2020-09-031-35/+68
* bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6Philippe Guibert2020-08-211-5/+11
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-38/+39
* bgpd: remove extcommunity attribute on leaked route if emptyDon Slice2020-06-111-0/+8
* bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNCQuentin Young2020-04-011-3/+3
* *: fix format string warningsDavid Lamparter2020-03-291-1/+1
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-48/+36
* bgpd: clean up import vrf route-map commandDon Slice2020-03-241-2/+3
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-4/+4
* bgpd: Strip Route Targets during VRF-to-VRF route leakvivek2020-03-191-2/+21
* bgpd: Fix router-id update handling for route-leakingvivek2020-03-101-2/+8
* bgpd: fix unaligned access to addpath idSantosh P K2020-01-071-1/+2
* bgpd: remove bgp_attr_dupQuentin Young2019-12-051-2/+4
* bgpd: Ensure that struct prefix_rd rd is zero'ed outDonald Sharp2019-10-101-1/+1
* bgpd: Use defined constants for NHLEN instead of numeric valuesDonatas Abraitis2019-09-131-4/+6
* bgpd: router bgp export leaked vpn routesChirag Shah2019-06-181-0/+72
* bgpd: no router bgp cleanup vrf leaked vpn routesChirag Shah2019-06-181-11/+138
* bgpd: auto router-id should not change configured vpn RD/RTMark Stapp2019-06-121-1/+18
* bgpd: Remove logically dead code assignmentDonald Sharp2019-05-031-3/+0
* bgpd: Do not send UPDATE message with maximum-prefixDonatas Abraitis2019-04-241-6/+6
* Merge pull request #3931 from chiragshah6/evpn_dev1Russ White2019-04-021-0/+119
|\
| * bgpd: router-id change reflect to vpn auto rd rtChirag Shah2019-03-111-0/+119
* | Merge pull request #3949 from qlyoung/remove-zlog-newlinesSri Mohana Singamsetty2019-03-151-1/+1
|\ \
| * | *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
| |/
* | Merge pull request #3892 from vivek-cumulus/evpn_vrf_route_leakSri Mohana Singamsetty2019-03-151-16/+21
|\ \ | |/ |/|
| * bgpd: Correctly identify VPN-imported routes in a VRFvivek2019-03-011-1/+4
| * bgpd: Remove route sub-type checks in route-leak withdrawvivek2019-02-281-9/+0
| * bgpd: No nexthop tracking for EVPN-imported leaked routesvivek2019-02-281-3/+11
| * bgpd: Refine check for which routes can be exported into VPNvivek2019-02-281-3/+6
* | Revert "bgpd: in case nexthop is ipv6, set nh attribute flag in mpls vpn case"Renato Westphal2019-02-261-2/+1
|/
* bgpd: vrl source-vrf route map filterChirag Shah2019-02-191-3/+8
* bgpd: Do not send a label to zebra that it doesn't understandDonald Sharp2019-01-091-0/+5
* Merge pull request #3093 from donaldsharp/bgp_node_continuedLou Berger2018-12-111-10/+18
|\
| * bgpd: Abstract bgp_table retrieving/setting from info pointerDonald Sharp2018-11-161-2/+2
| * bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp2018-11-161-8/+16
* | bgpd: Back out rest of e23b9ef6d2Donald Sharp2018-12-071-1/+1
* | bgpd: partially revert e23b9ef6d271223d29c7f91a10d98aa6dcd252b3Lou Berger2018-11-301-1/+1
|/
* bgpd: fix bgp path info for mplsvpn leaked routes so that they are correctly ...Anton Degtyarev2018-11-121-1/+1
* bgpd: make name of default vrf/bgp instance consistentDon Slice2018-10-311-4/+4