frr icon indicating copy to clipboard operation
frr copied to clipboard

The FRRouting Protocol Suite

Results 722 frr issues
Sort by recently updated
recently updated
newest added

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...

bfd
master
size/M

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...

ospf
master
size/L
rebase

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...

tests
master
size/XS

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...

zebra
bugfix
master
size/XS

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....

tests
bgp
bugfix
master
size/XXL

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...

watchfrr
master
size/XS

Closes https://github.com/FRRouting/frr/issues/17161

zebra
libfrr
master
size/S

### 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...

lua