mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:07:46 +00:00
tests: ospf_p2mp should not use /tmp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
aeeb7fe68b
commit
3b9db86e13
@ -1,8 +1,5 @@
|
||||
!
|
||||
hostname r1
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r1-eth0
|
||||
ip address 10.1.0.1/24
|
||||
|
@ -1,13 +1,10 @@
|
||||
!
|
||||
!log file ospfd.log debug
|
||||
! debug ospf event
|
||||
! debug ospf client
|
||||
! debug ospf lsa
|
||||
! debug ospf packet all
|
||||
|
||||
hostname r1
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r1-eth0
|
||||
|
@ -1,8 +1,5 @@
|
||||
!
|
||||
hostname r2
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r2-eth0
|
||||
ip address 10.1.0.2/24
|
||||
|
@ -1,14 +1,10 @@
|
||||
!
|
||||
!log file ospfd.log debug
|
||||
! debug ospf event
|
||||
! debug ospf client
|
||||
! debug ospf lsa
|
||||
! debug ospf packet all
|
||||
!
|
||||
hostname r2
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r2-eth0
|
||||
ip address 10.1.0.2/24
|
||||
|
@ -1,8 +1,5 @@
|
||||
!
|
||||
hostname r3
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r3-eth0
|
||||
ip address 10.1.0.3/24
|
||||
|
@ -1,14 +1,10 @@
|
||||
!
|
||||
!log file ospfd.log debug
|
||||
! debug ospf event
|
||||
! debug ospf client
|
||||
! debug ospf lsa
|
||||
! debug ospf packet all
|
||||
!
|
||||
hostname r3
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r3-eth0
|
||||
ip address 10.1.0.3/24
|
||||
|
@ -1,8 +1,5 @@
|
||||
!
|
||||
hostname r4
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r4-eth0
|
||||
ip address 10.1.0.4/24
|
||||
|
@ -1,14 +1,10 @@
|
||||
!
|
||||
!log file ospfd.log debug
|
||||
! debug ospf event
|
||||
! debug ospf client
|
||||
! debug ospf lsa
|
||||
! debug ospf packet all
|
||||
!
|
||||
hostname r4
|
||||
password zebra
|
||||
log file /tmp/r1-frr.log
|
||||
ip forwarding
|
||||
!
|
||||
interface r4-eth0
|
||||
ip address 10.1.0.4/24
|
||||
|
Loading…
Reference in New Issue
Block a user