index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rt_netlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: remove thread-unsafe debug from netlink nhg encoder
Mark Stapp
2024-12-05
1
-2
/
+1
*
zebra: remove thread-unsafe debugs from netlink route encode
Mark Stapp
2024-12-05
1
-27
/
+16
*
zebra: refactor netlink route message parsing
Mark Stapp
2024-12-05
1
-86
/
+328
*
zebra: EVPN add debug trace for HREP entry
Chirag Shah
2024-11-25
1
-0
/
+7
*
zebra: When installing a mroute, allow it to flow
Donald Sharp
2024-10-28
1
-0
/
+3
*
*: Allow 16 bit size for nexthops
Donald Sharp
2024-10-08
1
-15
/
+10
*
zebra: Send a correct size of ctx->nh6 for SRv6 SEG6_LOCAL_ACTION_END_DX6
Donatas Abraitis
2024-09-19
1
-2
/
+2
*
zebra: Handle kernel routes appropriately
Donald Sharp
2024-08-27
1
-2
/
+0
*
zebra, tests: Connected and Local routes should have a weight of 1
Donald Sharp
2024-08-21
1
-3
/
+3
*
zebra: Do not forget to free opaque data for route entry
Donatas Abraitis
2024-08-13
1
-1
/
+1
*
Merge pull request #16008 from mjstapp/show_routemap_source
Russ White
2024-05-15
1
-0
/
+28
|
\
|
*
zebra: include route source set by route-map in show output
Mark Stapp
2024-05-14
1
-0
/
+28
*
|
zebra: Ensure multipath encodes vxlan right for fpm usage
Donald Sharp
2024-05-09
1
-19
/
+24
*
|
zebra: Move fpm check to inside of netlink_route_nexthop_encap
Donald Sharp
2024-05-09
1
-13
/
+13
*
|
zebra: Move netlink_route_nexthop_encap
Donald Sharp
2024-05-09
1
-28
/
+27
|
/
*
zebra, sharpd: add srv6 End.DX6 support
Philippe Guibert
2024-04-25
1
-1
/
+22
*
zebra: fix static srv6 segment-list sid order
Dmytro Shytyi
2024-04-08
1
-1
/
+1
*
lib, nhrpd: Move neighbor reg/unreg to lib/zclient.c
Donald Sharp
2024-01-22
1
-13
/
+11
*
*: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXX
Donald Sharp
2024-01-22
1
-7
/
+7
*
zebra: The dplane_fpm_nl return path leaks memory
Donald Sharp
2023-12-11
1
-0
/
+2
*
Merge pull request #12600 from donaldsharp/local_routes
Russ White
2023-12-05
1
-0
/
+1
|
\
|
*
*: Introduce Local Host Routes to FRR
Donald Sharp
2023-11-01
1
-0
/
+1
*
|
zebra: fix wrong nexthop id debug message
Philippe Guibert
2023-11-30
1
-1
/
+1
*
|
Merge pull request #14835 from donaldsharp/multipath_evpn_encap_attr
Donatas Abraitis
2023-11-21
1
-17
/
+10
|
\
\
|
*
|
zebra: Fix fpm multipath encap addition
Donald Sharp
2023-11-20
1
-17
/
+10
*
|
|
zebra: reduce number of switch statements with dplane opcodes
Mark Stapp
2023-11-17
1
-62
/
+9
|
/
/
*
|
zebra: When using Nexthop groups, use v6 RR semantics
Donald Sharp
2023-11-06
1
-2
/
+4
*
|
zebra: Move v6_rr_semantics to be part of zrouter structure
Donald Sharp
2023-11-06
1
-3
/
+2
|
/
*
zebra: Add encap type when building packet for FPM
Donald Sharp
2023-10-28
1
-10
/
+12
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-1
/
+2
*
bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthop
Dmytro Shytyi
2023-09-20
1
-38
/
+49
*
Merge pull request #14348 from opensourcerouting/fpm-rr
Russ White
2023-09-12
1
-7
/
+8
|
\
|
*
zebra: support route replace semantics in FPM
Rafael Zalamena
2023-09-04
1
-7
/
+8
*
|
Merge pull request #13724 from cscarpitta/feature/isisd-srv6-support
Russ White
2023-09-12
1
-0
/
+106
|
\
\
|
|
/
|
/
|
|
*
zebra: Encode SRv6 flavors in Netlink messages
Carmine Scarpitta
2023-09-11
1
-0
/
+50
|
*
zebra: Resolve default values for SRv6 flavor attr
Carmine Scarpitta
2023-09-11
1
-0
/
+11
|
*
zebra: Resolve default values for SRv6 flavor attr
Carmine Scarpitta
2023-09-11
1
-0
/
+10
|
*
zebra: Extend `rt_netlink.c` to parse SRv6 flavors
Carmine Scarpitta
2023-09-11
1
-0
/
+35
*
|
zebra: Make main routing table (RT_TABLE_MAIN) configurable
Martin Pels
2023-08-22
1
-2
/
+2
|
/
*
zebra: Add code to get/set interface to pass up from dplane
Donald Sharp
2023-07-05
1
-0
/
+1
*
zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..
Donald Sharp
2023-07-05
1
-29
/
+2
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
Merge pull request #12811 from Avineus/frr_neighlog_5884
Donatas Abraitis
2023-03-01
1
-0
/
+19
|
\
|
*
zebra: neigh update netlink log
Kavitha
2023-02-27
1
-0
/
+19
*
|
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
zebra: Fix for mcast-group update and delete per vni for svd
sharathr
2023-02-14
1
-3
/
+3
*
|
zebra: clang-format style fixes
Stephen Worley
2023-02-14
1
-3
/
+3
*
|
zebra: ignore zero_mac without VNI deletes
Stephen Worley
2023-02-14
1
-1
/
+1
[next]