[BACK]Return to ospf6d.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / Attic / ospf6d.conf (download)

Revision 1.1, Mon Oct 8 12:16:35 2007 UTC (16 years, 7 months ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3

Add a sample configuration file for the newly imported ospf6d(8) daemon.

ok dlg@

# $OpenBSD: ospf6d.conf,v 1.1 2007/10/08 12:16:35 norby Exp $

# macros
password="secret"

# 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
	}
}