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

Given the following FRR configuration file: ``` [...] router bgp 65000 neighbor 10.0.0.1 remote-as 65000 neighbor 10.0.0.1 bfd profile bfd-profile-1 [...] ``` The running configuration is: ``` [...] router bgp...

tools
bugfix

In the current code, mld is getting enabled by default when ipv6 pim is enabled on the interface. I will open this PR for review after https://github.com/FRRouting/frr/pull/11485/ is merged Signed-off-by:...

pim
pimv6
master

Signed-off-by: Abhishek N R

pim
pimv6
master

This is purely a PREVIEW for any curious parties. If you want to try running it, please refer to `tests/topotato/README` — YMMV, there are probably corner cases / incompatibilities that...

tests
pim
tools
bugfix
do not merge

*** ATTENTION *** YOU MUST READ THIS TO HAVE YOUR ISSUE ADDRESSED PLEASE READ AND FILL OUT THIS TEMPLATE NEGLECTING TO PROVIDE INFORMATION REQUESTED HERE WILL RESULT IN SIGNIFICANT DELAYS...

triage
pim

When the last IP v4 address of an interface is deleted, Linux removes all routes using this interface without any Netlink advertisement. With the following scenarii, zebra routes are unsynchronized...

zebra
master
size/L

Hi, there I find code in [here](https://github.com/FRRouting/frr/blob/master/bfdd/control.c#L415) may has a potential uncontrolled memory allocation issue. Here are details. ![bug](https://user-images.githubusercontent.com/8779184/157201241-14b1aab5-7883-43b2-a9fc-11a1604dc63b.jpg) Label 1 (read msg but no limit to its length) ->...

bug
bfd
security

Hi, would it be possible to add [OLSRv1](http://www.olsr.org/mediawiki/index.php/Olsr_Daemon) and [OLSRv2](http://www.olsr.org/mediawiki/index.php/OLSR.org_Network_Framework) to FRR ? From [wikipedia](https://en.wikipedia.org/wiki/Optimized_Link_State_Routing_Protocol): The Optimized Link State Routing Protocol (OLSR) is an IP routing protocol optimized for mobile...

feature-request

--------------- On a Rocky 8.5 Linux system with FRR versions 7.5, 8.0, or 8.1 installed, a kernel default route installed after FRR has started is marked as inactive and ignored....

triage
zebra

@donaldsharp Thank you very much for https://github.com/FRRouting/frr/commit/db6d4c8375f32c11336f9542b558640c5c5915f2 . However, there's a couple of points that you appear to have missed: 1. Unknown flag bits in Hello TLVs should be silently...

babel