diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2009-01-26 23:35:07 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2009-01-26 23:35:07 +0000 |
commit | 753959cc4929993fb4e2dc23a1c7069ca3ca7e12 (patch) | |
tree | 0c6f01f9fc40601dfb204aa0597e9aec6d2d64ad /usr.sbin/ospf6d/ospf6d.conf.5 | |
parent | 0540ecc42e2d573b1116b2fbe8b384ba45161b3f (diff) |
Document that ospf6d tries to get the router ID from an IPv4 address
if present, and that a router ID must be manually configured on
IPv6-only routers.
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.conf.5')
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5 index c26a88af65f..cc742c70c5e 100644 --- a/usr.sbin/ospf6d/ospf6d.conf.5 +++ b/usr.sbin/ospf6d/ospf6d.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospf6d.conf.5,v 1.3 2008/06/10 08:20:03 jmc Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.4 2009/01/26 23:35:06 stsp Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 10 2008 $ +.Dd $Mdocdate: January 26 2009 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -166,8 +166,8 @@ The default is .Ic no . .Pp .It Ic router-id Ar address -Set the router ID; if not specified, the lowest IP address of the router -will be used. +Set the router ID; if not specified, the lowest IPv4 address of the router +will be used. A router-id must be specified on IPv6-only routers. .Pp .It Ic rtlabel Ar label Ic external-tag Ar number Map route labels to external route tags and vice versa. |