mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 22:50:43 +00:00
tests: ospf_netns_vrf should not use /tmp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
3b9db86e13
commit
e3ee41c7f2
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r1
|
||||
password zebra
|
||||
log file /tmp/r1-ospfd.log
|
||||
!
|
||||
interface r1-eth0 vrf r1-ospf-cust1
|
||||
ip ospf hello-interval 1
|
||||
|
@ -4,8 +4,6 @@
|
||||
! debug zebra event
|
||||
!
|
||||
hostname r1
|
||||
password zebra
|
||||
log file /tmp/r1-zebra.log
|
||||
!
|
||||
interface r1-eth0 vrf r1-ospf-cust1
|
||||
ip address 10.0.1.1/24
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r2
|
||||
password zebra
|
||||
log file /tmp/r2-ospfd.log
|
||||
!
|
||||
interface r2-eth0 vrf r2-ospf-cust1
|
||||
ip ospf hello-interval 1
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r2
|
||||
password zebra
|
||||
log file /tmp/r2-zebra.log
|
||||
!
|
||||
interface r2-eth0 vrf r2-ospf-cust1
|
||||
ip address 10.0.2.1/24
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r3
|
||||
password zebra
|
||||
log file /tmp/r3-ospfd.log
|
||||
!
|
||||
!
|
||||
interface r3-eth0 vrf r3-ospf-cust1
|
||||
|
@ -1,7 +1,5 @@
|
||||
!
|
||||
hostname r3
|
||||
password zebra
|
||||
log file /tmp/r3-zebra.log
|
||||
!
|
||||
interface r3-eth0 vrf r3-ospf-cust1
|
||||
ip address 10.0.3.1/24
|
||||
|
Loading…
Reference in New Issue
Block a user