index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_opaque.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
lib: add notifications for opaque zapi messages
Mark Stapp
3
-2
/
+173
2023-06-23
lib, zebra: include source client zapi info in opaque messages
Mark Stapp
4
-67
/
+98
2023-06-23
ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...
Acee
5
-0
/
+83
2023-06-23
ospfd: Add config callbacks and suppress hello during config load.
Acee
4
-0
/
+44
2023-06-22
tools: import latest linux clang-format config w/ FRR mods
Christian Hopps
1
-85
/
+198
2023-06-21
tests: Check if `match ipv6 address [prefix-list]` CMDs work for ripng
Donatas Abraitis
5
-0
/
+128
2023-06-21
doc: Add documentation for route-maps for ripng
Donatas Abraitis
1
-0
/
+47
2023-06-21
ripngd: add ability to match by ipv6 access/prefix list in route-maps
Igor Ryzhov
1
-0
/
+72
2023-06-21
ripngd: changes for code maintainability
sri-mohan1
2
-17
/
+13
2023-06-21
doc: Fix typo in previous Coverity workflow doc commit.
Acee Lindem
1
-2
/
+2
2023-06-21
pim, pim6d: pimreg interface is not getting added in a certain scenario
Sai Gomathi N
2
-0
/
+2
2023-06-20
zebra: Ignore non GR-aware zclient handling for BGP
Donatas Abraitis
1
-0
/
+7
2023-06-20
bgpd: Do not initialize global variable zclient_sync to NULL
Donatas Abraitis
1
-1
/
+1
2023-06-20
zebra: Show session id when printing an error when the client disconnects
Donatas Abraitis
1
-3
/
+4
2023-06-20
bgpd: Reuse bgp_zebra_label_manager_ready() helper function
Donatas Abraitis
1
-2
/
+2
2023-06-20
bgpd: Retry connecting to synchronouse label manager if not ready
Donatas Abraitis
4
-10
/
+28
2023-06-20
bgpd: Use synchronous way to get labels from Zebra
Donatas Abraitis
6
-118
/
+154
2023-06-20
tests: Adjust tests for BGP LU labelpool output
Donatas Abraitis
4
-12
/
+4
2023-06-20
topotests: label per nexthop test adds add a while loop for mpls table
Philippe Guibert
1
-29
/
+36
2023-06-20
topotests: structural issues in bgp_local_as_dotplus_private_remove
Philippe Guibert
1
-24
/
+39
2023-06-20
tools: checkpatch: FRR modifications to linux checkpatch.pl
Christian Hopps
1
-29
/
+174
2023-06-20
doc: add the linux doc for checkpatch.pl
Christian Hopps
3
-7
/
+1264
2023-06-20
tools: unmodified import of scripts/checkpatch.pl from linux
Christian Hopps
1
-654
/
+1685
2023-06-20
doc: start of mgmtd developer doc
Christian Hopps
8
-0
/
+1177
2023-06-19
ospf6d: Increment sequence number correctly in Authentication Trailer
David Ward
1
-10
/
+9
2023-06-19
vrrpd: add priority field into interface json
Sindhu Parvathi Gopinathan
1
-0
/
+1
2023-06-19
bgpd: add 'set as-path exclude all' command
Philippe Guibert
12
-5
/
+241
2023-06-19
ripngd: changes for code maintainability
sri-mohan1
1
-29
/
+26
2023-06-19
mgmtd: fix memleak
Christian Hopps
1
-30
/
+22
2023-06-19
mgmtd: KISS the locking code
Christian Hopps
13
-300
/
+231
2023-06-18
mgmtd: simplify locking, removing read locks
Christian Hopps
8
-360
/
+196
2023-06-18
lib: mgmtd: use short-circuit for locking
Christian Hopps
5
-77
/
+108
2023-06-18
lib: mgmtd: re-purpose is_short_circuit and fix depth variable inc/dec
Christian Hopps
2
-5
/
+9
2023-06-16
topotests: import vpn to default vrf in bgp_vpnv4_noretain
Louis Scalbert
8
-0
/
+153
2023-06-16
topotests: more tests in bgp_vpnv4_noretain
Louis Scalbert
10
-9
/
+678
2023-06-16
topotests: check protocol convergence at init in bgp_vpnv4_noretain
Louis Scalbert
2
-0
/
+41
2023-06-16
topotests: check r2 vpn table in bgp_vpnv4_noretain
Louis Scalbert
3
-3
/
+98
2023-06-16
topotests: do not import r1 vrf1 to itself bgp_vpnv4_noretain
Louis Scalbert
1
-1
/
+1
2023-06-16
topotests: filter out void RD in bgp_vpnv4_noretain
Louis Scalbert
2
-2
/
+7
2023-06-16
topotests: router relative variables in bgp_vpnv4_noretain
Louis Scalbert
8
-51
/
+51
2023-06-16
topotests: apply style to bgp_vpnv4_noretain
Louis Scalbert
1
-25
/
+27
2023-06-16
topotests: cosmetic changes to bgp_vpnv4_noretain
Louis Scalbert
3
-35
/
+24
2023-06-16
bgpd: fix incorrect json output in bgp_show_table_rd()
Louis Scalbert
1
-1
/
+1
2023-06-16
bgpd: cleanup un-imported vpn prefix if no retain set
Louis Scalbert
3
-2
/
+67
2023-06-16
bgpd: fix memory usage of vpn no retain
Louis Scalbert
3
-0
/
+60
2023-06-16
bgpd: revert no retain backend
Louis Scalbert
3
-30
/
+11
2023-06-16
bgpd: fix static analysis issue in subgroup_announce_check()
Philippe Guibert
1
-1
/
+1
2023-06-16
bgpd: fix accept-own routes received by a route reflector
Philippe Guibert
1
-2
/
+17
2023-06-16
bgpd: fix use nexthop tracking for exported vpn paths
Philippe Guibert
1
-2
/
+6
2023-06-16
doc: add 'mpls bgp l3vpn-multi-domain-switching'
Philippe Guibert
1
-0
/
+8
[prev]
[next]