mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 04:01:59 +00:00

Fix lib to start loggin to correct daemon file on startup Fix bgp-auth tests for the logging changes Fixes Issue # 7545 Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
21 lines
423 B
Plaintext
21 lines
423 B
Plaintext
!
|
|
interface lo
|
|
ip address 2.2.2.2/32
|
|
interface lo1 vrf blue
|
|
ip address 2.2.2.2/32
|
|
interface lo2 vrf red
|
|
ip address 2.2.2.2/32
|
|
interface R2-eth0
|
|
ip address 10.10.0.2/24
|
|
interface R2-eth1
|
|
ip address 10.30.0.2/24
|
|
interface R2-eth2 vrf blue
|
|
ip address 10.10.0.2/24
|
|
interface R2-eth3 vrf blue
|
|
ip address 10.30.0.2/24
|
|
interface R2-eth4 vrf red
|
|
ip address 10.10.0.2/24
|
|
interface R2-eth5 vrf red
|
|
ip address 10.30.0.2/24
|
|
!
|