mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 23:23:35 +00:00
tests: ospf_multi_vrf_bgp_route_leak should not use /tmp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
e3ee41c7f2
commit
04b29f61b5
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r1
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
!
|
||||
interface r1-eth0
|
||||
ip address 10.0.1.1/24
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r2
|
||||
password zebra
|
||||
log file /tmp/r2-frr.log
|
||||
!
|
||||
interface r2-eth0
|
||||
ip address 10.0.2.2/24
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r3
|
||||
password zebra
|
||||
log file /tmp/r3-frr.log
|
||||
!
|
||||
interface r3-eth0
|
||||
ip address 10.0.3.3/24
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r4
|
||||
password zebra
|
||||
log file /tmp/r4-frr.log
|
||||
!
|
||||
interface r4-eth0
|
||||
ip address 10.0.4.4/24
|
||||
|
Loading…
Reference in New Issue
Block a user