summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mplsvpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11523 from pguibert6WIND/bgp_no_retainRuss White2022-07-261-6/+10
|\
| * bgpd: implement retain route-target all behaviourPhilippe Guibert2022-07-181-6/+10
* | bgpd: Add constants for some repetitive CLI stringsDonatas Abraitis2022-07-181-1/+1
|/
* bgpd: fix wrong nexthop bgp struct for nexthop validationLouis Scalbert2022-07-111-3/+7
* bgpd: rename "struct bgp" variables in mplsvpnLouis Scalbert2022-07-111-122/+118
* bgpd: remove duplicated arg in leak_updateLouis Scalbert2022-07-111-8/+8
* bgpd: show prefix in leak_update_nexthop_valid debugLouis Scalbert2022-07-081-2/+3
* bgpd: fix setting BGP_PATH_VALID flag in leak_updateLouis Scalbert2022-07-081-8/+10
* bgpd: factorize nexthop validation code in leak_update functionLouis Scalbert2022-07-081-85/+56
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-2/+2
* bgpd: Print source VRF name when leaking to another VRFDonatas Abraitis2022-06-071-2/+2
* bgpd: Withdraw implicitly old paths from VRFs when import/export list changesDonatas Abraitis2022-06-071-0/+20
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* bgpd: take SRv6 func-bits into account when generating SIDsNobuhiro MIKI2022-04-251-3/+21
* bgpd: take SRv6 locator's prefix length into account when generating SIDsNobuhiro MIKI2022-04-141-17/+22
* bgpd: fix memory leakNobuhiro MIKI2022-04-141-0/+1
* Merge pull request #11010 from opensourcerouting/feature/reuse_bgp_attr_set_c...Russ White2022-04-131-3/+0
|\
| * bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flagsDonatas Abraitis2022-04-121-3/+0
* | bgpd: Convert vpn_policy_direction_t to enumDonatas Abraitis2022-04-121-4/+4
|/
* bgpd: refactor type of srv6_locator_chunks listNobuhiro MIKI2022-04-061-3/+3
* bgpd: change the treatment for SRv6 routesRyoga Saito2022-02-251-18/+9
* bgpd: announce locators instead of transposed SIDsRyoga Saito2022-02-251-3/+3
* bgpd: update logic to allocate SRv6 locatorRyoga Saito2022-02-251-8/+17
* bgpd: Fix uninitialized compiler warningPunith Kumar2022-02-151-1/+1
* bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-041-18/+21
* bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-011-6/+3
* bgpd: VRF-Lite fix best path selectionKantesh Mundaragi2021-11-191-8/+2
* Merge pull request #9546 from proelbtn/add-support-for-perfix-sid-type-5Russ White2021-09-211-17/+84
|\
| * bgpd: add sid struct info to bgp_path_info_extraRyoga Saito2021-09-141-5/+44
| * bgpd: introduce SID structure informationRyoga Saito2021-09-031-0/+14
| * bgpd: introduce new alloc algorithm for SRv6 SIDRyoga Saito2021-09-031-12/+26
* | bgpd: handle srv6 locator notification and update vpn-ribHiroki Shirokura2021-09-071-2/+35
|/
* bgpd: fix typo in ensure_vrf_tovpn_sidRyoga2021-08-061-1/+1
* bgpd: prevent routes loop through itselfPhilippe Guibert2021-07-121-2/+2
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* bgpd: bgp_vrf has already been derefed in all pathsDonald Sharp2021-06-051-1/+1
* *: use one line init instead of memset and format itHiroki Shirokura2021-06-021-1/+1
* bgpd: fix build error for NetBSD8Hiroki Shirokura2021-06-021-1/+3
* bgpd: fix vrf route-leaking crash around srv6Hiroki Shirokura2021-06-021-2/+2
* *: fix code format accourding to checkpatchHiroki Shirokura2021-06-021-24/+27
* bgpd: advertising vpn-rib include SRv6-SID (step4)Hiroki Shirokura2021-06-021-0/+62
* bgpd: cli for SRv6 SID alloc to redirect to vrf (step4)Hiroki Shirokura2021-06-021-0/+197
* Merge pull request #8361 from rameshabhinay/change_1Russ White2021-04-201-24/+44
|\
| * bgpd: vrf route leaking, fix vpn router id updateAbhinay Ramesh2021-04-071-24/+21
| * VRF-Lite: Fix export of withdraw-in-progress routesAbhinay Ramesh2021-04-071-0/+21
| * bgpd: vrf route leaking, fix vrf deleteAbhinay Ramesh2021-04-071-0/+2
* | bgpd: Remove dead code regarding prefix_rd allocationDonatas Abraitis2021-04-091-7/+0
|/
* bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmdsTrey Aspelund2021-04-011-25/+56
* Revert "bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmds"Lou Berger2021-03-301-55/+25