frr
frr copied to clipboard
The FRRouting Protocol Suite
Fixes #16594. Lets avoid a performance penalty in forwarding when not using the BFD echo feature. The echo socket uses raw packet capturing along with a BPF filter which causes...
The configured OSPF refresh interval was not being used for opaque LSA (it always used the constant). Also, modified the `timers lsa min-arrival` command to have a maximum of 5000...
In the cases where `sysctl_assure()` or `sysctl_atleast()` catch an error, the previous declaration of the local variable `logger` masks the global variable also called `logger` and prevents the error from...
For some reasons the Linux kernel associates the ipv6 blackhole of non default table the lo interface. > root@r1# ip -6 route show table 100 > root@r1# ip -6 route...
bgpd keeps on advertising IPv6 prefixes with a IPv6 link-local nexthop after a valid IPv6 global appears. At bgpd startup, the IPv6 global is announced by zebra after the link-local....
Today, watchfrr sends a SIGSTOP to a misbehaving daemon through frrcommon. The issue is, a stuck daemon (like in a thread starvation situation) will not honor a SIGSTOP, and watchfrr...
Closes https://github.com/FRRouting/frr/issues/17161
### Discussed in https://github.com/FRRouting/frr/discussions/17159 Originally posted by **k0ste** October 18, 2024 Hi, seems command `zebra on-rib-process script ` is not saves to `frr.conf` on `write memory`. So script is not...