]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: zebra_rib should not use /tmp for log files
authorDonald Sharp <sharpd@nvidia.com>
Mon, 2 Dec 2024 15:39:13 +0000 (10:39 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 2 Dec 2024 15:39:13 +0000 (10:39 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/zebra_rib/r1/frr-import.conf

index d07433144f895fb82cff7c5d79da17b77f59393e..687843be0c435032aab7cc2a04456adc2325945a 100644 (file)
@@ -1,7 +1,6 @@
 !
 hostname r1
 password zebra
-log file /tmp/r1-frr.log
 !
 interface r1-eth0
  ip address 10.0.0.1/24
@@ -15,4 +14,4 @@ ip route 10.3.0.0/24 10.10.0.2 table 10
 ip route 10.4.0.0/24 10.10.0.2 table 10
 !
 ip forwarding
-!
\ No newline at end of file
+!