summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mplsvpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: blnc cannot be NULL at if statement timeDonald Sharp2023-06-011-7/+6
* bgpd: update time of last change when label nexthop entry changedPhilippe Guibert2023-05-091-0/+1
* bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert2023-05-091-6/+8
* bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-05-091-2/+18
* bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-05-091-1/+266
* bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert2023-05-091-3/+2
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-293/+10
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-10/+293
|\
| * bgpd: update time of last change when label nexthop entry changedPhilippe Guibert2023-03-221-0/+1
| * bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert2023-03-221-6/+8
| * bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-03-221-2/+18
| * bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-03-221-1/+266
| * bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert2023-03-221-3/+2
* | bgpd: Use the actual pointer type instead of a voidDonald Sharp2023-04-101-2/+2
|/
* bgpd: Unlock bgp dest node if leak_update() failsDonatas Abraitis2023-03-151-3/+7
* Merge pull request #12854 from opensourcerouting/fix/bgp_withdraw_attr_not_usedRuss White2023-02-211-1/+1
|\
| * bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis2023-02-211-1/+1
* | Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-9/+12
|\ \ | |/ |/|
| * bgpd: handle case where passed RD is nullPhilippe Guibert2023-02-101-1/+2
| * bgpd: support for as notation format for route distinguisherPhilippe Guibert2023-02-101-9/+11
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* bgpd: Add more context in logs about from where to where routes are leakedDonatas Abraitis2023-02-061-2/+6
* bgpd: Drop struct bgp from vpn_leak_to_vrf_withdraw()Donatas Abraitis2023-02-061-5/+4
* bgpd: Skip RD match if ACCEPT_OWN is not enabledRyoga Saito2023-01-201-2/+3
* Merge pull request #12643 from opensourcerouting/fix/cosmetic_log_changesRuss White2023-01-171-5/+4
|\
| * bgpd: Drop redundant `vrf` keyword in BGP debug log changesDonatas Abraitis2023-01-161-5/+4
* | bgpd: Set nh ifindex to VRF's interface, not the realDonatas Abraitis2023-01-151-1/+9
* | bgpd: Allow importing local routes with accept-own mechanismDonatas Abraitis2023-01-151-20/+29
|/
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-65/+18
* Merge pull request #12515 from opensourcerouting/fix/show_ip_bgp_detail_weird...Russ White2022-12-271-1/+5
|\
| * bgpd: Adopt `show bgp detail-routes` command for L3VPN outputs as wellDonatas Abraitis2022-12-201-1/+5
* | bgpd: resend routes deleted by kernel after interface addresses deletionLouis Scalbert2022-12-161-0/+1
* | bgpd: update route leaking when a VRF loopback is receivedLouis Scalbert2022-12-161-1/+10
* | bgpd: fix invalid nexthop interface on leaked routesLouis Scalbert2022-12-161-0/+8
* | bgpd: fix prefix VRF leaking with 'network import-check' (4/5)Louis Scalbert2022-12-161-0/+13
* | bgpd: fix prefix VRF leaking with 'network import-check' (2/5)Louis Scalbert2022-12-161-16/+18
* | bgpd: fix prefix VRF leaking with 'network import-check' (1/5)Louis Scalbert2022-12-161-1/+5
* | bgpd: fix prefix VRF leaking with 'no network import-check'Louis Scalbert2022-12-161-2/+12
|/
* Merge pull request #12438 from proelbtn/fix-#12349Donatas Abraitis2022-12-151-1/+2
|\
| * bgpd: Stop overriding nexthop when BGP unnumberredRyoga Saito2022-12-041-1/+2
* | bgpd: Fix delete_vrf_tovpn_sidRyoga Saito2022-12-041-2/+2
|/
* Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-supportDonatas Abraitis2022-11-141-2/+16
|\
| * bgpd: Use SRv6 codepoints in the BGP AdvertisementCarmine Scarpitta2022-11-081-2/+16
* | Merge pull request #12236 from cscarpitta/fix/replace-inet-top-in-bgp-mplsvpnDavid Lamparter2022-11-011-12/+6
|\ \
| * | bgpd: Replace `inet_ntop` with `%pI6`Carmine Scarpitta2022-10-301-12/+6
| |/
* | bgpd: Do not set chunk pointer to NULL after freeCarmine Scarpitta2022-10-291-2/+0
* | lib, bgpd: Enhance `srv6_locator_chunk_free()` APICarmine Scarpitta2022-10-291-4/+4
|/
* bgpd: Add `no sid vpn per-vrf export` commandCarmine Scarpitta2022-10-181-0/+75
* bgpd: add support for per-VRF SRv6 SIDCarmine Scarpitta2022-10-181-3/+208
* bgpd: Add missing debug guard in SRv6 L3VPN codeCarmine Scarpitta2022-10-131-2/+4