frr
frr copied to clipboard
The FRRouting Protocol Suite
The changes address issue #15396 by: * Unsuppressing the listing of unselected routes when displaying the FIB table or FIB entries for specified routes in VTY shell text output to...
After zebra (and bgp/staticd) restart, BGP peer address over an IPSec tunnel becomes unresolved. We can not reproduce at will, but out of 35 VMs, one can enter this state....
Member count is not part of current show bgp peer-group json output. Fix: memberCount attribute is added into bgp peer-grp json output. Supported commands: - show bgp peer-group json -...
### Description Hello - I am attempting to enable grpc in CBL-Mariner Linux (I can run frr without grpc just fine). I have installed grpc but ./configure --enable-grpc is unable...
### Description Configure 16 peers and advert total of 4k ipv4 + ipv6 routes. after routes are learnt. it crashes after few minutes Program terminated with signal SIGSEGV, Segmentation fault....
Register graceful restart capability with zebra to avoid static routes being deleted immediately in zebra upon staticd restart
- JSON format is changed. currently json output returns as array format, in which we cannot add extra attributes under it. so, we modified the JSON format into dict. -...
### Description When trying to configure PIMv6 via Northbound gRPC, seeing error message `[WH5BW-RNTXW][EC 100663326] nb_running_get_entry_worker: failed to find entry [xpath /frr-interface:lib/interface[name='eth0']/frr-pim:pim/address-family[address-family='frr-routing:ipv6']]` ### Version ```text # show version FRRouting 10.1...
example topo: ``` |---------------------- R3 -------- 192.168.199.0/24 | 192.16.3.0/24 RID 1.1.1.3 | AS 65003 | MED 150 | | | 192.16.2.0/24 R1 -------------------- R2 -------- 192.168.199.0/24 AS 65001 RID 1.1.1.2...
Currently a nexthop being tracked in NHT can be resolved to a BGP route. As BGP routes are usually recursive, the nexthop resolution may not be complete, resulting in wrong...