index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_nhg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Allow 16 bit size for nexthops
Donald Sharp
2024-10-08
1
-18
/
+14
*
Merge pull request #16800 from donaldsharp/nhg_reuse_intf_down_up
Russ White
2024-10-04
1
-3
/
+172
|
\
|
*
zebra: Attempt to reuse NHG after interface up and route reinstall
Donald Sharp
2024-09-16
1
-2
/
+156
|
*
zebra: Reinstall nexthop when interface comes back up
Donald Sharp
2024-09-16
1
-0
/
+11
|
*
zebra: Properly note that a nhg's nexthop has gone down
Donald Sharp
2024-09-16
1
-3
/
+7
*
|
zebra: Pass in ZEBRA_ROUTE_MAX instead of true
Donald Sharp
2024-09-20
1
-1
/
+2
|
/
*
zebra: Allow for initial deny of installation of nhe's
Donald Sharp
2024-08-30
1
-9
/
+22
*
zebra: Allow blackhole singleton nexthops to be v6
Donald Sharp
2024-08-29
1
-6
/
+11
*
Merge pull request #16103 from mjstapp/fix_5549_nhg_type
Russ White
2024-08-27
1
-7
/
+0
|
\
|
*
zebra: be consistent about v6 nexthops for v4 routes
Mark Stapp
2024-08-06
1
-7
/
+0
*
|
zebra: Create Singleton nhg's without weights
Donald Sharp
2024-08-22
1
-5
/
+43
*
|
zebra: Ensure non-equal id's are not same nhg's
Donald Sharp
2024-08-11
1
-3
/
+12
|
/
*
zebra: Properly note that a nhg's nexthop has gone down
Donald Sharp
2024-07-03
1
-1
/
+27
*
zebra: Set the weight for non-recursive next-hop
Donatas Abraitis
2024-06-18
1
-0
/
+6
*
lib, zebra: Check for not being a blackhole route
Donald Sharp
2024-04-22
1
-1
/
+2
*
zebra: changes for code maintainability
sri-mohan1
2024-03-26
1
-2
/
+2
*
zebra: When reinstalling a NHG, set REINSTALL flag
Donald Sharp
2024-02-08
1
-9
/
+10
*
zebra: Remove ifp_nhg_XXX functions completely
Donald Sharp
2024-02-08
1
-3
/
+8
*
zebra: Installation success should not set NHG as valid
Donald Sharp
2024-02-08
1
-1
/
+0
*
zebra: Use switch when handling return from dplane for nhgs
Donald Sharp
2024-02-08
1
-2
/
+11
*
zebra: Conslidate zebra_nhg_set_valid|invalid functions
Donald Sharp
2024-02-08
1
-23
/
+14
*
zebra: dplane_nexthop_add cannot return ZEBRA_DPLANE_REQUEST_SUCCESS
Donald Sharp
2024-02-08
1
-3
/
+4
*
zebra: Remove debugs for retrieving a new nhg id
Donald Sharp
2024-01-25
1
-14
/
+2
*
zebra: Combine 2 debugs into 1 for NHG Detail
Donald Sharp
2024-01-25
1
-11
/
+6
*
zebra: use break instead of goto
Donald Sharp
2024-01-21
1
-2
/
+1
*
Merge pull request #12600 from donaldsharp/local_routes
Russ White
2023-12-05
1
-1
/
+2
|
\
|
*
*: Introduce Local Host Routes to FRR
Donald Sharp
2023-11-01
1
-1
/
+2
*
|
zebra: clarify error when calling zebra_nhg_rib_find_nhe()
Philippe Guibert
2023-11-30
1
-1
/
+7
*
|
zebra: reduce number of switch statements with dplane opcodes
Mark Stapp
2023-11-17
1
-64
/
+5
|
/
*
zebra: Allow longer prefix matches for nexthops
Donald Sharp
2023-10-23
1
-46
/
+36
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-0
/
+1
*
Revert "lib: register bgp link-state afi/safi"
Donald Sharp
2023-10-10
1
-2
/
+0
*
Merge pull request #14515 from mjstapp/fix_nhg_intf_uninstall
Chirag Shah
2023-10-10
1
-2
/
+7
|
\
|
*
zebra: be more careful removing 'installed' flag from nhgs
Mark Stapp
2023-09-29
1
-2
/
+7
*
|
Merge pull request #12649 from louis-6wind/bgp-link-state
Russ White
2023-09-26
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
lib: register bgp link-state afi/safi
Louis Scalbert
2023-09-18
1
-0
/
+2
*
|
bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthop
Dmytro Shytyi
2023-09-20
1
-5
/
+12
|
/
*
zebra: Fix zebra crash when replacing NHE during shutdown
Rajasekar Raja
2023-08-31
1
-14
/
+24
*
zebra: Remove tag from zebra_rmap_obj
Donald Sharp
2023-08-11
1
-1
/
+1
*
zebra: Remove instance from zebra_rmap_obj data structure
Donald Sharp
2023-08-11
1
-2
/
+1
*
zebra: Replace source_protocol with just using re in route map object
Donald Sharp
2023-08-11
1
-2
/
+2
*
Merge pull request #14078 from raja-rajasekar/frr_dev1
Donatas Abraitis
2023-08-01
1
-1
/
+12
|
\
|
*
zebra: fix nhe refcnt when frr service goes down
Rajasekar Raja
2023-07-26
1
-1
/
+12
*
|
zebra: fix nhg out of sync between zebra and kernel
anlan_cs
2023-07-24
1
-3
/
+6
|
/
*
zebra: Further handle route replace semantics
Donald Sharp
2023-07-17
1
-8
/
+8
*
zebra: use NHRP routes as valid in nexthop check
Mark Stapp
2023-07-10
1
-1
/
+8
*
Merge pull request #13396 from donaldsharp/interface_is_interface
Russ White
2023-07-06
1
-0
/
+1
|
\
|
*
zebra: Add code to get/set interface to pass up from dplane
Donald Sharp
2023-07-05
1
-0
/
+1
*
|
zebra: fix wrong nexthop check for kernel routes
anlan_cs
2023-07-02
1
-2
/
+3
*
|
zebra: Remove unnecessary condition check for kernel routes
anlan_cs
2023-07-02
1
-6
/
+2
|
/
[next]