xref: /openbsd-src/etc/examples/ospf6d.conf (revision 9ba8c2e14ef0e40f207676b6300d209dcba876e9)
1# $OpenBSD: ospf6d.conf,v 1.2 2021/03/27 10:23:25 remi Exp $
2
3# global configuration
4# router-id 10.0.0.1
5# fib-update no
6# stub router no
7# spf-delay 1
8# spf-holdtime 5
9
10# hello-interval 10
11# metric 10
12# retransmit-interval 5
13# router-dead-time 40
14# router-priority 1
15# transmit-delay 1
16
17# rtlabel "DMZ" external-tag 1
18
19# areas
20area 0.0.0.5 {
21	interface em0 {
22		router-dead-time 20
23		router-priority 5
24	}
25
26	interface em1 {
27	}
28}
29