summaryrefslogtreecommitdiffstats
path: root/tests/topotests/forwarding_on_off/r3/frr.conf
blob: ea05f184004f80d0d073a8ed6619a7bb07f7a42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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