summaryrefslogtreecommitdiffstats
path: root/tests/topotests/all_protocol_startup/r1/ospf6d.conf
blob: 33c26501ba357c04002e845524b7005c258f4d11 (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 hello-interval 1
!
router ospf6
 ospf6 router-id 192.168.0.1
 log-adjacency-changes
 interface r1-eth4 area 0.0.0.0
!
line vty
!
route-map LIES deny 10
 match interface notpresent
!