frr
frr copied to clipboard
The FRRouting Protocol Suite
Hi folks - I have a use case where I want to use FRR as a sort of IPv4 to VPNv4 route reflector. That is - I'd like to take...
This test case covers the 8-way ecmp scenario of BGP default originate Signed-off-by: ARShreenidhi
Issue - In below topology , have make source unreachable for R11 ( removing redistribute connect/static from R4 BGP address family ) , source subnet removed from unicast routing table...
Ran into this while testing `micronet` a411826708962e78a2c06805d1f780837d2f709e for CI deployment. 100% CPU usage by bgpd (main thread) in `bgp_generate_updgrp_packets()`, which keeps rescheduling itself continuously. Scheduled from: ``` (gdb) p *thread->xref...
This contains the minimum required to show that TCP authentication can work between BGP peers. The kernel part is still a RFC, this was posted here early mainly to get...
**Describe the bug** I config two machine as router with frr which have same config expect own subnet and router-id, and I use ``` neighbor RACK peer-group neighbor RACK remote-as...
Implemented the below CLIs for PIMV6 BSM. [no] ipv6 pim bsm [no] ipv6 pim unicast-bsm show ipv6 pim bsr [vrf NAME] [json$json] show ipv6 pim bsm-database [vrf NAME] [json$json] show...
Following CLIs o/p is not in readable format show ipv6 pim upstream-rpf show ipv6 pim interface show ipv6 multicast count show ipv6 pim join show ipv6 pim rpf ``` R2(config)#...
With the returned node from `route_node_lookup()`, needn't check its `info`. Just keep it consistent with the following `route_unlock_node()`.
Issue- In below setup , i was doing uplink shut no shut and clear ipv6 mroutes on R2 , after that PIM6d core observed on R2 and R4 Setup -...