frr
frr copied to clipboard
The FRRouting Protocol Suite
Description: 1. Added routes parent josn key under vrf. 2. corrected few json objects to camelcase. Signed-off-by: Rajesh Girada
FRR Version : 8.3 [root@9032c1782338 /]# uname -a Linux 9032c1782338 5.11.22-100.fc32.x86_64 #1 SMP Wed May 19 18:58:25 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Configuration router 1 ----------- router 2--------------- router...
This PR is supposed to add traffic control netlink APIs, contexts, and its main handling parts to zebra.
Issue- In below topology have stoped FRR services on R4 , and after sometimes started again , observed that IPv6 mroute upstream if showing IIF UNKNOWN and Not join state...
**Describe the bug** The output of `show bfd peers brief` and `show bfd peers brief json` is inconsistent: their LocalAddress value differs. - [x] Did you check if this is...
Routes are not synced by ABR. **Assume the topology:** - R1---R2---R3 - Clients C1 connected to R1 and C2 connected to R3. Area 0 configured on R1 and R2 -...
While writing a topotest for static routes, I configured the same `G` to be forwarded on multiple interfaces, I came a cross this case: ### show ip mroute (3 routes)...
``` vtysh: simplify interface node command processing Currently, we call `config_add_line_uniq` for commands in the interface node to get rid of duplicates in the config. This function not only filters...
Don't parse netlink messages twice, and don't mix parsing and processing code. First, parse the message, then process it. Signed-off-by: Igor Ryzhov
Hi everyone I,ve installed Frr on ubuntu container from it's source evey thinng looks fine but when i Run Command: `/usr/lib/frr/frrinit.sh status` I get This result: * Status of watchfrr:...