summaryrefslogtreecommitdiff
path: root/etc/ospf6d.conf
blob: 767a6988e2eeafea93e5da2729c789e7226253ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $OpenBSD: ospf6d.conf,v 1.2 2010/01/08 15:12:48 stsp Exp $

# global configuration
# router-id 10.0.0.1
# fib-update no
# stub router no
# spf-delay 1
# spf-holdtime 5

# hello-interval 10
# metric 10
# retransmit-interval 5
# router-dead-time 40
# router-priority 1
# transmit-delay 1

# rtlabel "DMZ" external-tag 1

# areas
area 0.0.0.5 {
	interface em0 {
		router-dead-time 20
	}

	interface em1 {
	}
}

area 0.0.0.7 {
	interface em2 {
		router-priority 5
	}
}