Dmitrii Turlupov
Dmitrii Turlupov
Allows the -b and -B options to be used together. For example, when the interface is in the VRF.
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...
### Description I have simple config: ``` ip route 1.2.3.4/32 192.168.1.1 ``` After `# mgmt save-config running /tmp/frr.rc` I getting file frr.rc: ``` { "frr-routing:routing": { "control-plane-protocols": { "control-plane-protocol": [...
zebra not restore routes when have more then one iface with common network and one iface is flaping (up, then get ip) prepare: 1: run frr 2: ``` ip link...
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...