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

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

Revision 1.2, Fri Jan 8 15:12:48 2010 UTC (14 years, 4 months ago) by stsp
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.1: +1 -4 lines

Remove "password" macro from ospf6d example config file.
OSPFv3 does not feature built-in authentication (it relies
on IPsec, see RFC4552) so the example was misleading.

ok claudio@ michele@

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