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
*
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
|
/
*
zebra:re-install dependent nhgs on interface up
Chirag Shah
2023-05-05
1
-5
/
+38
*
zebra: re-install nhg on interface up
Ashwini Reddy
2023-05-05
1
-0
/
+46
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: 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
-1
/
+1
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-17
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-17
/
+1
*
|
zebra: clang-format style fixes
Stephen Worley
2023-02-14
1
-11
/
+11
*
|
zebra: account for non-evpn ecmp
Stephen Worley
2023-02-14
1
-0
/
+4
*
|
zebra: nhg resolution handler for d-vni
Stephen Worley
2023-02-14
1
-5
/
+90
|
/
*
zebra: Add missing enums to switch statements
Donald Sharp
2023-01-31
1
-2
/
+6
*
zebra: i declaration shadows other i declared
Donald Sharp
2023-01-26
1
-4
/
+5
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-3
/
+8
*
*: Add ability to encode / decode resilence down zapi
Donald Sharp
2022-11-04
1
-0
/
+1
*
lib, zebra: Add ability to encode/decode resilient nhg's
Donald Sharp
2022-11-04
1
-6
/
+29
*
zebra: Fix handling of recursive routes when processing closely in time
Donald Sharp
2022-10-26
1
-3
/
+25
*
zebra: Fix debug of filtering out prefix due to routemap
Donald Sharp
2022-10-20
1
-4
/
+2
*
zebra: add tc netlink and dplane ops
Siger Yang
2022-08-10
1
-0
/
+3
*
zebra: Cleanup unguarded debug
Donald Sharp
2022-08-08
1
-3
/
+0
*
zebra: zrouter.in_shutdown is an atomic variable
Donald Sharp
2022-08-05
1
-2
/
+2
*
zebra: Fix memory leaks and use after frees in nhg's on shutdown
Donald Sharp
2022-08-05
1
-2
/
+53
[next]