-
Hello,
We have a health check which relies on exabgp conditionally advertising an anycast route to FRR which should then forward the route into our network infrastructure. FRR and exabgp are runnin…
-
### Description
b74e965142d80b7827cd6ac1291e1a3a73b9e617 fixed an issue (reported in #9720 by me) that caused bad/missing nexthop updates for inter-area routes if one of several ECMP paths to an ABR …
-
We ran a scenario with 3 Router, (a Frr and 2 Cisco ) in below scenario:
The configuration of each router is as below:
//////////////////////////
R1:
version 15.1
!
hostname R1
!
ip source-r…
-
```
CCLD pimd/test_igmpv3_join
CCLD pceplib/pcep_pcc
CCLD zebra/zebra
zebra/kernel_netlink.c: In function 'netlink_intf_msg_encode':
zebra/kernel_netlink.c:672:17: warning: writ…
-
Current:
```
frr_bgp_peer_state{afi="ipv4", ..., vrf="default"}
```
Suggested:
```
frr_bgp_peer_state{afi="ipv4", ..., vrf="default", identity="SomeCoolNewNode"}
```
Having and identity fi…
-
Hello,
BGP route disappear into RIB but still present into frr routing table. If I restart frr it is working fine but after some time bgp route disappear again. Any idea ?
frr version version 8…
-
Ok, trying to play with the mib_paths.
My questions are as follows:
1. Am I doing something wrong? Other then bruteforce doing more then I need to?
2. Should Failed Loading DIC's stop the pipel…
-
---------------
**Describe the bug**
- [x] Did you check if this is a duplicate issue?
It partially look similar to
https://github.com/FRRouting/frr/issues/1006
https://github.com/FRRo…
-
---------------
**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 Reproduce**
Connected ro…
-
Tunnel source not set link interface for gre.
Create gre:
```
# ip link add gre1 type gre key 1 local 0.0.0.0 remote 0.0.0.0
# ip a s dev gre1
gre1@NONE: mtu 1444 qdisc noop state DOWN group …