mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 04:52:01 +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.10/32
|
|
!
|
|
interface pe1-eth0 vrf RED
|
|
ip address 192.168.1.2/24
|
|
!
|
|
interface pe1-eth1
|
|
ip address 10.0.1.1/24
|
|
!
|
|
ip forwarding
|
|
!
|