summaryrefslogtreecommitdiffstats
path: root/tests/topotests/all_protocol_startup/r1/ospf6d.conf
blob: 31c904b41592b291f89e60ddb051c10f25717c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
log file ospf6d.log
!
! debug ospf6 lsa unknown
! debug ospf6 zebra
! debug ospf6 interface
! debug ospf6 neighbor
!
interface r1-eth4
 ipv6 ospf6 area 0.0.0.0
 ipv6 ospf6 hello-interval 1
!
router ospf6
 ospf6 router-id 192.168.0.1
 log-adjacency-changes
!
line vty
!
route-map LIES deny 10
 match interface notpresent
!