frr
frr copied to clipboard
The FRRouting Protocol Suite
--------------- **Describe the bug** It appears to be possible to get into a state where a router does not send a PIM register message for a known multicast sender. This...
This PR introduces the following changes in FRR: * add new optional CLI arguments `block-len` and `node-len` to make the block length and node length of an SRv6 locator configurable...
Running most of isisd tests with --valgrind-memleaks give many memory errors. This is due to the way isisd is stopped: performing a "no router isis XXX" through CLI solves most...
--------------- **Describe the bug** - [ x] Did you check if this is a duplicate issue? - [ ] Did you test it on the latest FRRouting/frr master branch? **To...
A couple of fixes for bgp conditional advertisement, mostly authored by Quentin: - The new outbound filter to apply conditional advertisement policy was not working properly due to complications with...
* The new outbound filter to apply conditional advertisement policy was not working properly due to complications with update groups. The two routemaps were properly copied into the update group...
this testcase requires iperf suporting SSM. iperf version 2.0.5 for MCAST SSM required for Signed-off-by: ARShreenidhi
This adds VTY and initial Zebra support for VLAN filters. Since the kernel PBR facilities do not provide any way of matching on VLAN fields, another provider may be required...
This PR adds PBR VTY support for a few more action fields in addition to setting next hop: source/destination IP, source/destination port, DSCP, and ECN. To my knowledge the kernel...