summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_topo1/r4/ospf6d.conf
blob: f9bde0e83c0eacc248853c4fb52d3b21c41203dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!
router ospf6
 ospf6 router-id 10.0.255.4
 redistribute kernel
 redistribute connected
 redistribute static
 interface r4-eth0 area 0.0.0.1
 interface r4-eth1 area 0.0.0.1
!
int r4-eth0
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
int r4-eth1
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!