diff options
author | 2009-07-23 16:37:44 +0000 | |
---|---|---|
committer | 2009-07-23 16:37:44 +0000 | |
commit | 614a7b0efe3b8cc6fc7a4bb7ce9f6abc1224f82f (patch) | |
tree | 12c3d2a6578037c3ceabd81e66d3f4a09dcc41d3 | |
parent | Spelling and comment fixes by stsp@ (diff) | |
download | wireguard-openbsd-614a7b0efe3b8cc6fc7a4bb7ce9f6abc1224f82f.tar.xz wireguard-openbsd-614a7b0efe3b8cc6fc7a4bb7ce9f6abc1224f82f.zip |
Document rdomain keyword, again from stsp@
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 4c04850afdd..a1a1851dc68 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.35 2009/03/29 18:40:24 claudio Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.36 2009/07/23 16:37:44 claudio 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: March 29 2009 $ +.Dd $Mdocdate: July 23 2009 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -92,6 +92,14 @@ will implicitly set the option to ensure that no traffic tries to transit via this router. .Pp .It Xo +.Ic rdomain Ar tableid +.Xc +Specifies the routing table +.Xr ospfd 8 +should modify. +Table 0 is the default table. +.Pp +.It Xo .Op Ic no .Ic redistribute .Sm off |