mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +00:00

Whn using as-override, we should be able to deny outgoing updates from being propogated when `neighbor soo` is configured. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
!
|
|
interface lo
|
|
ip address 10.10.10.20/32
|
|
!
|
|
interface pe2-eth1 vrf RED
|
|
ip address 192.168.2.2/24
|
|
!
|
|
interface pe2-eth0
|
|
ip address 10.0.1.2/24
|
|
!
|
|
ip forwarding
|
|
!
|