diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-03-21 12:55:56 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-03-21 12:55:56 +0000 |
commit | c490cc3a77b2b3bae70cb87f7e2f985954b2d6ae (patch) | |
tree | b6a5adb9c8a85dacc66b9dd21ec0eea63f1c3bf6 /usr.sbin | |
parent | 4351e84391ec428a6a53e6dc19dc8c0ad96f8ae5 (diff) |
Add RFC 3137 and remove the caveats section. Ospfd will now automaticaly
switch to "stub router yes" if the forwarding sysctl is set to something
differently than 1. This can be overruled by a later "stub router no"
in ospfd.conf. More work is needed here.
OK norby@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/ospfd.8 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/ospfd/ospfd.8 b/usr.sbin/ospfd/ospfd.8 index ee64888f05b..67c3c796e13 100644 --- a/usr.sbin/ospfd/ospfd.8 +++ b/usr.sbin/ospfd/ospfd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.8,v 1.12 2006/08/28 14:59:02 stevesk Exp $ +.\" $OpenBSD: ospfd.8,v 1.13 2007/03/21 12:55:55 claudio Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -71,16 +71,13 @@ Unix-domain socket used for communication with .%T "OSPF Version 2" .%D April 1998 .Re +.Rs +.%R RFC 3137 +.%T "OSPF Stub Router Advertisement" +.%D June 2001 +.Re .Sh HISTORY The .Nm program first appeared in .Ox 3.7 . -.Sh CAVEATS -For correct operation, -.Nm -setups with more than one configured interface require that the -.Xr sysctl 8 -variable -.Va net.inet.ip.forwarding -is set to 1. |