index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_nht.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: fix VRF leaking with 'network import-check' (4/4)
Louis Scalbert
2024-01-29
1
-1
/
+1
*
bgpd: fix VRF leaking with 'network import-check' (3/4)
Louis Scalbert
2024-01-29
1
-3
/
+21
*
bgpd: fix VRF leaking with 'network import-check' (2/4)
Louis Scalbert
2024-01-29
1
-12
/
+10
*
bgpd: move l3nhg functions in separate bgp_nhg.[ch] file
Philippe Guibert
2023-12-11
1
-87
/
+0
*
bgpd: Ensure BGP does not stop monitoring nexthops
Donald Sharp
2023-12-06
1
-0
/
+19
*
bgpd: use `zclient->nexthop_update`
David Lamparter
2023-11-20
1
-28
/
+20
*
Revert "bgpd: combine import_check_table and nexthop_check_table"
Donald Sharp
2023-11-06
1
-15
/
+23
*
bgpd: combine import_check_table and nexthop_check_table
Donald Sharp
2023-10-25
1
-23
/
+15
*
bgpd: Move the peer->su to connection->su
Donald Sharp
2023-09-10
1
-29
/
+37
*
bgpd: Convert bgp_fsm_nht_update to take a connection
Donald Sharp
2023-09-10
1
-1
/
+2
*
bgpd: set ifindex only v6 nexthops and nexthops that match peer's LL
Pooja Jagadeesh Doijode
2023-08-22
1
-2
/
+9
*
bgpd: Set ifindex to find the correct nexthop
Pooja Jagadeesh Doijode
2023-08-17
1
-0
/
+8
*
bgpd: bgp_path_info_extra memory optimization
Valerian_He
2023-08-08
1
-2
/
+3
*
bgpd: Initialize bgp_nht_ifp_table_handle() bools
Donatas Abraitis
2023-07-18
1
-2
/
+2
*
Merge pull request #13974 from pguibert6WIND/bgp_nht_other_if_cases_2
Russ White
2023-07-18
1
-24
/
+66
|
\
|
*
bgpd: upon if event, evaluate bnc with matching nexthop
Philippe Guibert
2023-07-13
1
-1
/
+39
|
*
bgpd: rename bnc->ifindex to bnc->ifindex_ipv6_ll
Philippe Guibert
2023-07-13
1
-24
/
+28
*
|
bgpd: ignore the wrong interface for nht procedure
anlan_cs
2023-07-13
1
-0
/
+5
|
/
*
Merge pull request #13722 from fdumontet6WIND/color_extcomm
Donatas Abraitis
2023-06-27
1
-4
/
+8
|
\
|
*
bgpd: add functions related to srte_color management
Francois Dumontet
2023-06-26
1
-4
/
+8
*
|
bgpd: fix use nexthop tracking for exported vpn paths
Philippe Guibert
2023-06-16
1
-2
/
+6
*
|
bgpd: allocate label bound to received mpls vpn routes
Philippe Guibert
2023-06-16
1
-0
/
+1
*
|
bgpd: track mpls vpn nexthops
Philippe Guibert
2023-06-16
1
-0
/
+6
|
/
*
Revert "bgpd: upon if up event, evaluate bnc with matching nexthop"
Donald Sharp
2023-06-09
1
-59
/
+24
*
Merge pull request #13509 from pguibert6WIND/bgp_nht_other_if_cases
Donatas Abraitis
2023-06-08
1
-24
/
+59
|
\
|
*
bgpd: upon if event, evaluate bnc with matching nexthop
Philippe Guibert
2023-05-26
1
-1
/
+32
|
*
bgpd: rename bnc->ifindex to bnc->ifindex_ipv6_ll
Philippe Guibert
2023-05-26
1
-24
/
+28
*
|
bgpd: Fix typo in debug message
anlan_cs
2023-06-01
1
-3
/
+3
|
/
*
bgpd: export redistributed routes with label allocation per nexthop
Philippe Guibert
2023-05-09
1
-4
/
+25
*
bgpd: add support for l3vpn per-nexthop label
Philippe Guibert
2023-05-09
1
-1
/
+25
*
Revert "MPLS allocation mode per next hop"
Donatas Abraitis
2023-05-03
1
-50
/
+5
*
Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nh
Donatas Abraitis
2023-05-02
1
-5
/
+50
|
\
|
*
bgpd: export redistributed routes with label allocation per nexthop
Philippe Guibert
2023-03-22
1
-4
/
+25
|
*
bgpd: add support for l3vpn per-nexthop label
Philippe Guibert
2023-03-22
1
-1
/
+25
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
|
/
*
bgpd: Check if the peer is configured as interface when checking NHT
Donatas Abraitis
2023-03-07
1
-1
/
+1
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-5
/
+11
|
\
|
*
bgpd: support for as notation format for route distinguisher
Philippe Guibert
2023-02-10
1
-5
/
+11
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
|
/
*
Revert "Merge pull request #11127 from louis-6wind/bgp-leak"
Donald Sharp
2023-01-13
1
-33
/
+16
*
bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flag
Louis Scalbert
2022-12-16
1
-1
/
+2
*
bgpd: fix prefix VRF leaking with 'network import-check' (5/5)
Louis Scalbert
2022-12-16
1
-3
/
+3
*
bgpd: fix prefix VRF leaking with 'network import-check' (4/5)
Louis Scalbert
2022-12-16
1
-2
/
+20
*
bgpd: fix prefix VRF leaking with 'network import-check' (3/5)
Louis Scalbert
2022-12-16
1
-12
/
+10
*
bgpd: fix the IGP metric for best path selection on VPN import
Louis Scalbert
2022-12-15
1
-6
/
+11
*
bgpd: BGP fails to free the nexthop node
Pooja Jagadeesh Doijode
2022-12-10
1
-9
/
+64
[next]