summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_nht.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix VRF leaking with 'network import-check' (4/4)Louis Scalbert2024-01-291-1/+1
* bgpd: fix VRF leaking with 'network import-check' (3/4)Louis Scalbert2024-01-291-3/+21
* bgpd: fix VRF leaking with 'network import-check' (2/4)Louis Scalbert2024-01-291-12/+10
* bgpd: move l3nhg functions in separate bgp_nhg.[ch] filePhilippe Guibert2023-12-111-87/+0
* bgpd: Ensure BGP does not stop monitoring nexthopsDonald Sharp2023-12-061-0/+19
* bgpd: use `zclient->nexthop_update`David Lamparter2023-11-201-28/+20
* Revert "bgpd: combine import_check_table and nexthop_check_table"Donald Sharp2023-11-061-15/+23
* bgpd: combine import_check_table and nexthop_check_tableDonald Sharp2023-10-251-23/+15
* bgpd: Move the peer->su to connection->suDonald Sharp2023-09-101-29/+37
* bgpd: Convert bgp_fsm_nht_update to take a connectionDonald Sharp2023-09-101-1/+2
* bgpd: set ifindex only v6 nexthops and nexthops that match peer's LLPooja Jagadeesh Doijode2023-08-221-2/+9
* bgpd: Set ifindex to find the correct nexthopPooja Jagadeesh Doijode2023-08-171-0/+8
* bgpd: bgp_path_info_extra memory optimizationValerian_He2023-08-081-2/+3
* bgpd: Initialize bgp_nht_ifp_table_handle() boolsDonatas Abraitis2023-07-181-2/+2
* Merge pull request #13974 from pguibert6WIND/bgp_nht_other_if_cases_2Russ White2023-07-181-24/+66
|\
| * bgpd: upon if event, evaluate bnc with matching nexthopPhilippe Guibert2023-07-131-1/+39
| * bgpd: rename bnc->ifindex to bnc->ifindex_ipv6_llPhilippe Guibert2023-07-131-24/+28
* | bgpd: ignore the wrong interface for nht procedureanlan_cs2023-07-131-0/+5
|/
* Merge pull request #13722 from fdumontet6WIND/color_extcommDonatas Abraitis2023-06-271-4/+8
|\
| * bgpd: add functions related to srte_color managementFrancois Dumontet2023-06-261-4/+8
* | bgpd: fix use nexthop tracking for exported vpn pathsPhilippe Guibert2023-06-161-2/+6
* | bgpd: allocate label bound to received mpls vpn routesPhilippe Guibert2023-06-161-0/+1
* | bgpd: track mpls vpn nexthopsPhilippe Guibert2023-06-161-0/+6
|/
* Revert "bgpd: upon if up event, evaluate bnc with matching nexthop"Donald Sharp2023-06-091-59/+24
* Merge pull request #13509 from pguibert6WIND/bgp_nht_other_if_casesDonatas Abraitis2023-06-081-24/+59
|\
| * bgpd: upon if event, evaluate bnc with matching nexthopPhilippe Guibert2023-05-261-1/+32
| * bgpd: rename bnc->ifindex to bnc->ifindex_ipv6_llPhilippe Guibert2023-05-261-24/+28
* | bgpd: Fix typo in debug messageanlan_cs2023-06-011-3/+3
|/
* bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert2023-05-091-4/+25
* bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-05-091-1/+25
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-50/+5
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-5/+50
|\
| * bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert2023-03-221-4/+25
| * bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-03-221-1/+25
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* bgpd: Check if the peer is configured as interface when checking NHTDonatas Abraitis2023-03-071-1/+1
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-5/+11
|\
| * bgpd: support for as notation format for route distinguisherPhilippe Guibert2023-02-101-5/+11
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-33/+16
* bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flagLouis Scalbert2022-12-161-1/+2
* bgpd: fix prefix VRF leaking with 'network import-check' (5/5)Louis Scalbert2022-12-161-3/+3
* bgpd: fix prefix VRF leaking with 'network import-check' (4/5)Louis Scalbert2022-12-161-2/+20
* bgpd: fix prefix VRF leaking with 'network import-check' (3/5)Louis Scalbert2022-12-161-12/+10
* bgpd: fix the IGP metric for best path selection on VPN importLouis Scalbert2022-12-151-6/+11
* bgpd: BGP fails to free the nexthop nodePooja Jagadeesh Doijode2022-12-101-9/+64