frr
frr copied to clipboard
The FRRouting Protocol Suite
Re-apply what was reverted in https://github.com/FRRouting/frr/pull/16615 because of the https://github.com/FRRouting/frr/issues/16572 regression. This new pull-requests fixes some ipv4-mapped ipv6 use cases but does not cause this time the https://github.com/FRRouting/frr/issues/16572 regression. The...
draft
### Description This commit: ``` sharpd@eva ~/frr2 ((3c86f776…)|BISECTING)> git bisect good ca32945b1fd694d10307d2885df62251f46bf581 is the first bad commit commit ca32945b1fd694d10307d2885df62251f46bf581 Author: Louis Scalbert Date: Mon Feb 26 18:23:11 2024 +0100 bgpd:...
Kernel routes are not updated properly in zebra RIB / nhg nexthop check is wrong: #13561 Introduction: Zebra is not restoring the routes properly as mentioned in the bug-13561. When...
- Introduce a dedicated AgentX thread using `frr_pthread`. - Add mutex locks (`ax_mtx`, `ax_io_mtx`) to manage thread synchronization for trap transfer and I/O operations. - Implemented ring buffers (`ibuf_ax`) for...
### Description I'd like to configure the hostname and domainname sent to BGP peers. Please see discussion: https://github.com/FRRouting/frr/discussions/16903 It seems that FRR needs to be able to use the output...
### Description Kernel's default gateway and static routes are missing from 'show ip route' in FRR 9.* up to FRR 10.1.1 on FreeBSD 14. This lead to unexpected behavior such...
Move route_unlock_node() after rnh_list_del().This is an automatic backport of pull request #17116 done by [Mergify](https://mergify.com).
The protocol type is of interest to NHT clients. Comparea the field for changes.
See individual commits. Effectively some internal changes that should be upstreamed.