diff options
author | 2009-01-08 17:19:57 +0000 | |
---|---|---|
committer | 2009-01-08 17:19:57 +0000 | |
commit | a5cb134e8abf6098a0366d1b5b8efb84e6072068 (patch) | |
tree | c9b17b068ba30631088c9a8be5d37131a21f3fd1 | |
parent | a little macro cleanup; from Tim van der Molen (diff) | |
download | wireguard-openbsd-a5cb134e8abf6098a0366d1b5b8efb84e6072068.tar.xz wireguard-openbsd-a5cb134e8abf6098a0366d1b5b8efb84e6072068.zip |
tweak previous; feedback/ok claudio
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 7fcfce6d43e..885cb951059 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.32 2009/01/07 21:16:36 claudio Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.33 2009/01/08 17:19:57 jmc 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: January 7 2009 $ +.Dd $Mdocdate: January 8 2009 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -248,9 +248,9 @@ keyword in .Xc Mark the area as .Ar stub . -Stub areas will not be flooded by as-ext LSA which results in smaller routing +Stub areas will not be flooded by as-ext LSA, resulting in smaller routing tables. -Area border router should redistribute a default network LSA this can be +Area border routers should redistribute a default network LSA; this can be enabled by specifying the default redistribute option. A default summary LSA will only be redistributed if the router has an active connection to the backbone area 0.0.0.0. |