summaryrefslogtreecommitdiffstats
path: root/tests/topotests/babel_topo1/r2/babeld.conf
blob: bae4e59e0b4292011740bcd8b823430c3dc74b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!
interface r2-eth0
  babel hello-interval 1000
  babel wired
  babel update-interval 50
!
interface r2-eth1
  babel hello-interval 1000
  babel wired
  babel update-interval 50
!
router babel
 network r2-eth0
 network r2-eth1
 redistribute ipv4 connected
 redistribute ipv6 connected
!