index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
user
/
nhrpd.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
ospfd: Ospf ABR doesnt Advertise LSA summary
rgirada
1
-6
/
+7
2023-03-17
ospfd: Log Adjacency Changes with Neighbor IP in addition to Neighbor ID
Martin Winter
1
-6
/
+7
2023-03-17
ospfd, ospf6d: Add more logging details
Donatas Abraitis
5
-70
/
+100
2023-03-17
bgpd: Always restart timer from scratch in OpenConfirm/Established
Donald Sharp
1
-10
/
+18
2023-03-16
lib: Speedup prefix-list readin by a large factor
Donald Sharp
2
-75
/
+4
2023-03-16
bgpd: Use interface name instead of pointer value
Donald Sharp
1
-3
/
+6
2023-03-16
bgpd: fix NULL argument warning
David Lamparter
1
-1
/
+1
2023-03-15
lib: adapt clippy to Python 3.8+ init API
David Lamparter
1
-0
/
+48
2023-03-15
bgpd: Unlock bgp dest node if leak_update() fails
Donatas Abraitis
1
-3
/
+7
2023-03-15
bgpd: Free previously dup'ed aspath attribute for aggregate routes
Donatas Abraitis
1
-3
/
+7
2023-03-15
bgpd: Unlock dest if we return earlier for aggregate install
Donatas Abraitis
3
-10
/
+14
2023-03-15
tools: frr-reload fix list value not present
Chirag Shah
1
-2
/
+4
2023-03-14
bgpd: Drop afi_t from bgp_evpn_global_node_lookup()
Donatas Abraitis
4
-21
/
+17
2023-03-14
bgpd: Rename bgp_afi_node_lookup() to bgp_safi_node_lookup()
Donatas Abraitis
6
-16
/
+17
2023-03-14
bgpd: Free memory allocated by ecommunity_ecom2str()
Donatas Abraitis
1
-5
/
+8
2023-03-13
tools: Use specific syntax for conditions for Github actions
Donatas Abraitis
1
-1
/
+1
2023-03-12
isisd: pfpacket BPF filter with IS-IS over tunnel support
Josef Miegl
1
-8
/
+19
2023-03-12
pimd: IN_MULTICAST needs host order
Donald Sharp
1
-1
/
+1
2023-03-11
bgpd: Increment version number even when no data is sent
Donald Sharp
1
-0
/
+17
2023-03-09
lib, bgpd: Add more debugs to GR Capability exchange
Donald Sharp
6
-18
/
+62
2023-03-09
zebra: add json support when "show zebra mpls" returns nothing
Philippe Guibert
1
-2
/
+8
2023-03-08
zebra: Make GR debug logs at least vrf aware
Donald Sharp
1
-34
/
+70
2023-03-08
bgpd: Simplify the code for show command
anlan_cs
1
-25
/
+10
2023-03-07
tests: Check if IPv6 BGP Link-Local peering works
Donatas Abraitis
6
-0
/
+108
2023-03-07
bgpd: Check if the peer is configured as interface when checking NHT
Donatas Abraitis
1
-1
/
+1
2023-03-07
bgpd: Add missing items to debug for update group hash key creation
Donald Sharp
1
-2
/
+19
2023-03-06
tests: [PIMv6] Adding multicast pim6 SM testsuite
Kuldeep Kashyap
3
-0
/
+2526
2023-03-06
tests: [PIMv6] F/W support for multicast pimv6 automation
Kuldeep Kashyap
1
-17
/
+149
2023-03-06
doc: Correct some words
anlan_cs
3
-25
/
+25
2023-03-05
tools: Do not run commit linter for other branches than master
Donatas Abraitis
1
-2
/
+3
2023-03-05
bgpd: Do not send notification twice when parsing NLRI labels
Donatas Abraitis
1
-4
/
+0
2023-03-04
bgpd: Fix use beyond end of stream of labeled unicast parsing
Donald Sharp
1
-0
/
+15
2023-03-04
babeld: fix #11808 to avoid infinite loops
harryreps
1
-3
/
+3
2023-03-03
bgpd: Intern attributes before putting into rib-out
Donatas Abraitis
1
-4
/
+8
2023-03-03
bgpd: rfapi memleak: clean CE tables at exit
G. Paul Ziemba
1
-25
/
+28
2023-03-03
tests: fix --pause functionality
Christian Hopps
1
-6
/
+1
2023-03-03
tools: Do not force Sentence-case for commit messages
Donatas Abraitis
2
-2
/
+0
2023-03-03
bfdd: Remove useless check for ECHO packet
anlan_cs
1
-7
/
+1
2023-03-03
tools: Add missing `mgmtd` prefix for commitlint
Donatas Abraitis
1
-0
/
+1
2023-03-03
tools: Add missing `pathd` prefix for commitlint
Donatas Abraitis
1
-0
/
+1
2023-03-03
tools: Add help url when commitlint fails
Donatas Abraitis
1
-0
/
+1
2023-03-02
ospfd: correctly update outbound filter-list once prefix-list is updated
Renato Westphal
1
-1
/
+1
2023-03-02
ospfd, ospf6d: perform GR consistency check only when necessary
Renato Westphal
2
-4
/
+12
2023-03-02
ospf6d: fix processing of inter-area-prefix-LSAs with the LA-bit set
Renato Westphal
1
-5
/
+4
2023-03-02
ospf6d: handle redistributed routes without nexthop addresses
Renato Westphal
5
-7
/
+10
2023-03-02
ospf6d: fix missing intra-area-prefix-LSA after a graceful restart
Renato Westphal
1
-0
/
+6
2023-03-02
ospf6d: originate AS-External LSAs with a forwarding address
Renato Westphal
1
-4
/
+12
2023-03-02
ospf6d: fix refreshing of NSSA/AS-external LSAs after a graceful restart
Renato Westphal
1
-0
/
+11
2023-03-02
ospf6d: fix duplicate inter-area-prefix-LSAs after exiting from GR mode
Renato Westphal
3
-3
/
+43
2023-03-02
ospf6d: add exception for virtual links when exiting from the GR mode
Renato Westphal
1
-1
/
+3
[next]