1
0
Fork 0
frr/tests/topotests/config_timing/r1/zebra.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

16 lines
319 B
Text

log timestamp precision 3
ip prefix-list ANY permit 0.0.0.0/0 le 32
ipv6 prefix-list ANY seq 10 permit any
route-map RM-NONE4 deny 10
route-map RM-NONE6 deny 10
interface r1-eth0
ip address 100.0.0.1/24
ipv6 address 2102::1/64
exit
ip protocol static route-map RM-NONE4
ipv6 protocol static route-map RM-NONE6