summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ripng_allow_ecmp/r2/frr.conf
blob: 71da101c0d0549e5b37cba0778c4b347e4d6e408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!
int lo
 ipv6 address 2001:db8:2::1/64
!
int r2-eth0
 ipv6 address 2001:db8:1::2/64
!
router ripng
 redistribute connected
 network 2001:db8:1::/64
 network 2001:db8:2::/64
 timers basic 5 15 10
exit