frr
frr copied to clipboard
The FRRouting Protocol Suite
Add initial support for recursive resolution of nexthop-groups: - add a flags field to the nexthop-group zapi message, and assign a RECURSION flag value - add a "recursive" config option...
…tes and to quickly fix involved NHGs in the dataplanes when recursive routes converge This modification requirements comes from the HLD https://github.com/eddieruan-alibaba/SONiC/blob/eruan-recursive/doc/recursive/recursive_route.md For achieving this quick fixup, we need the...
### Description I got the same on: arch: mips gcc: Using built-in specs. COLLECT_GCC=/opt/toolchain/rtk-ms-2.0.0-linux-mips-3.18-4.8.5-u0.9.33-toolchain//bin/mips-linux-uclibc-xgcc COLLECT_LTO_WRAPPER=/opt/toolchain/rtk-ms-2.0.0-linux-mips-3.18-4.8.5-u0.9.33-toolchain/bin/../libexec/gcc/mips-linux-uclibc/4.8.5/lto-wrapper Target: mips-linux-uclibc Configured with: Realtek SDK Builder release 4.8 Thread model: posix gcc version 4.8.5...
### Description gre p2p interface,ip is 10.1.1.2 and 10.1.13,it is base on eth4(wan interface) start frr ospf proto,care route's br-lan and gre_0 interface R1: br-lan 192.168.11.0/24 gre_0 10.1.1.2 R2: br-lan...
### Description Hello, I am trying to create the HTML documentation, but without success: ``` $ git clone --branch frr-10.1 --depth 1 https://github.com/FRRouting/frr.git $ cd frr/doc/ $ make html make[1]:...
### Discussed in https://github.com/FRRouting/frr/discussions/16638 Originally posted by **ToshikiRen** August 23, 2024 zebra_apic threads not started after FRR service restart (happens after multiple restarts, not all the time, the issue occurrence...
### Description There is a bug in bgpd, i.e., member access within null pointer of type 'struct lysc_node_action' ``` lib/yang.c:253:3: runtime error: member access within null pointer of type 'struct...
--------------- **Describe the bug** My host is Ubuntu 18.04, using FRR 7.5. I have configured a BGP L3VPN environment, and I try to advertise a connected route used `network` cmd,...
### Description the vrrp backup node will replay the virtual ip arp request, and replay the master link's mac address. the link state is LOWERLAYERDOWN. ### Version ```text FRRouting 8.1...
Currently when doing a `show ip route table XXXX`, zebra is displaying the current default vrf as the vrf we are in. We are displaying a table not a vrf....