index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_interface.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
tests: Check if TCP MSS is synced if using a passive neighbor
Donatas Abraitis
4
-0
/
+128
2023-09-18
bgpd: Set TCP min MSS per listener
Donatas Abraitis
3
-0
/
+50
2023-09-18
bgpd: Show TCP MSS per neighbor always, despite if it's configured or not
Donatas Abraitis
1
-12
/
+7
2023-09-18
bgpd: Set TCP MSS for the socket even if the session is set to passive
Donatas Abraitis
2
-6
/
+6
2023-09-17
zebra: remove duplicated code
Igor Ryzhov
1
-10
/
+2
2023-09-16
ospf6d: fix uninitialized warnings
David Lamparter
1
-2
/
+2
2023-09-16
[ospfd]: add support for RFC 5709 HMAC-SHA Auth
Mahdi Varasteh
15
-430
/
+1419
2023-09-15
isisd: Fix CID 1568134 (Null pointer dereference)
Carmine Scarpitta
1
-0
/
+3
2023-09-15
isisd: Fix CID 1568133 (Null pointer dereference)
Carmine Scarpitta
1
-2
/
+5
2023-09-15
isisd: Fix CID 1568132 (Null pointer dereference)
Carmine Scarpitta
1
-2
/
+5
2023-09-15
isisd: Fix CID 1568129 (Null pointer dereference)
Carmine Scarpitta
1
-2
/
+2
2023-09-14
tests: Check if private ASNs are removed if modified by route-map
Donatas Abraitis
4
-0
/
+119
2023-09-14
bgpd: Remove private ASNs after we modify the as-path with the route-map
Donatas Abraitis
1
-3
/
+3
2023-09-14
pimd: Display oil_parent as a string name of the interface
Donald Sharp
3
-14
/
+22
2023-09-14
tools: make --quiet actually suppress output
Jonas Gorski
1
-4
/
+4
2023-09-14
zebra: fix link update for veth interfaces
Jafar Al-Gharaibeh
1
-2
/
+0
2023-09-14
pathd: reset pcc peer connection when pce options modified
Farid Mihoub
1
-10
/
+74
2023-09-14
pathd: add no command for pce/pce-config sub-commands
Farid MIHOUB
1
-16
/
+31
2023-09-14
lib: another attempt at Coverity false positives
David Lamparter
1
-0
/
+8
2023-09-13
bgpd: Keep remote/local socket unions on BGP start event
Donatas Abraitis
1
-14
/
+0
2023-09-13
bgpd: fix forbiding 'redistribute table' usage on non default instances
Philippe Guibert
1
-6
/
+48
2023-09-13
tests: Check if LLGR settings can be changed via BGP dynamic capabilities
Donatas Abraitis
3
-5
/
+32
2023-09-13
bgpd: Handle LLGR capability using dynamic capabilities
Donatas Abraitis
2
-13
/
+144
2023-09-13
bgpd: Move BGP_CAP_LLGR_MIN_PACKET_LEN to headers file
Donatas Abraitis
2
-12
/
+13
2023-09-13
bgpd: Use explicit data types for graceful_restart_af struct
Donatas Abraitis
1
-2
/
+2
2023-09-13
bgpd: Show LLGR timers under `show bgp neighbor`
Donatas Abraitis
1
-0
/
+9
2023-09-12
tests: snmp tests sometimes fail with `Unable to bind`
Donald Sharp
16
-31
/
+31
2023-09-12
topotests: check route import in bgp_vpnv4_noretain
Louis Scalbert
5
-9
/
+806
2023-09-12
topotest: fix bgp_vpnv4_noretain test descriptions
Louis Scalbert
1
-2
/
+2
2023-09-12
bgpd: fix vpn import from local vrf with no retain
Louis Scalbert
1
-2
/
+1
2023-09-12
bgpd: BGP_ATTR_MAX can be 255, allow using it for path attr discard/withdraw ...
Donatas Abraitis
3
-8
/
+8
2023-09-12
mgmtd: support bundle commands for mgmt daemon.
Manoj Naragund
1
-0
/
+16
2023-09-11
doc: Add documentation for IS-IS SRv6 features
Carmine Scarpitta
1
-0
/
+61
2023-09-11
tests: Add `isis_srv6_topo1` test for IS-IS SRv6
Carmine Scarpitta
233
-0
/
+38657
2023-09-11
tests: Update fuzz test to match expected output
Carmine Scarpitta
1
-0
/
+0
2023-09-11
isisd: Make SRv6 interface configurable
Carmine Scarpitta
8
-7
/
+152
2023-09-11
yang: Add SRv6 interface to IS-IS YANG model
Carmine Scarpitta
1
-0
/
+6
2023-09-11
isisd: Make SRv6 Node MSDs customizable
Carmine Scarpitta
7
-12
/
+367
2023-09-11
yang: Add SRv6 MSDs to IS-IS YANG model
Carmine Scarpitta
1
-0
/
+40
2023-09-11
vtysh: Add CLI nodes for SRv6
Carmine Scarpitta
1
-0
/
+68
2023-09-11
lib: Add CLI node for SRv6 Node MSD
Carmine Scarpitta
1
-0
/
+1
2023-09-11
isisd: Remove SIDs when parent locator is deleted
Carmine Scarpitta
1
-0
/
+24
2023-09-11
isisd: Initialize/free SRv6 adjacency SIDs list
Carmine Scarpitta
1
-0
/
+9
2023-09-11
isisd: Extend `sid_exist` to consider adj SIDs
Carmine Scarpitta
1
-0
/
+4
2023-09-11
isisd: Extend IS-IS adjacency with SRv6 adj SIDs
Carmine Scarpitta
1
-0
/
+2
2023-09-11
isisd: Add support for SRv6 Adjacency SIDs
Carmine Scarpitta
6
-0
/
+375
2023-09-11
isisd: Add functions to install/remove adj SIDs
Carmine Scarpitta
2
-0
/
+105
2023-09-11
isisd: Add data structure for SRv6 Adjacency SIDs
Carmine Scarpitta
1
-0
/
+42
2023-09-11
isisd: Make MTYPE_ISIS_SUBSUBTLV non-static
Carmine Scarpitta
2
-1
/
+2
2023-09-11
isisd: Unpack SRv6 (LAN) End.X SID Sub-TLV
Carmine Scarpitta
2
-0
/
+99
[next]