frr/tests/topotests/forwarding_on_off/r3/frr.conf
Daniel Baumann a2d156806a
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:17:20 +01:00

15 lines
No EOL
321 B
Text

int lo
ip address 10.1.1.3/32
ipv6 address 10:1::1:3/128
int eth0
ip address 10.1.3.3/24
ipv6 address 10:1::3:3/120
ip route 10.1.1.1/32 10.1.3.2
ip route 10.1.1.2/32 10.1.3.2
ip route 10.1.2.0/24 10.1.3.2
ipv6 route 10:1::1:1/128 10:1::3:2
ipv6 route 10:1::1:2/128 10:1::3:2
ipv6 route 10:1::2:0/120 10:1::3:2