diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-24 20:13:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-24 20:13:04 +0000 |
commit | 4796f7ac161a7a566720b60ad4ebc7956b855ba0 (patch) | |
tree | bd7680c2d1fa3f95b2d41fe8c40aa0ce96779f6a /usr.sbin/relayd/relayd.conf.5 | |
parent | 8a229466dd743c41d496e26c33b75ac1014678f0 (diff) |
- rfc 5082 replaces rfc 3682; ok claudio
- flesh out SEE ALSO in bgpd.8
- fix a formatting warning in relayd.conf.5
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 813a9f3b06f..3d1ec51bd73 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.128 2012/05/05 17:24:41 benno Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.129 2012/08/24 20:13:03 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,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: May 5 2012 $ +.Dd $Mdocdate: August 24 2012 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -177,8 +177,8 @@ Tables may be defined with the following attribute: Start the table disabled \(en no hosts will be checked in this table. The table can be later enabled through .Xr relayctl 8 . -.Pp .El +.Pp Each table must contain at least one host .Ar address ; multiple hosts are separated by newline, comma, or whitespace. @@ -1054,7 +1054,7 @@ This option for the underlying IP connection may be used to discard packets with a TTL lower than the specified value. This can be used to implement the .Ar Generalized TTL Security Mechanism (GTSM) -according to RFC 3682. +according to RFC 5082. .It Ic ip ttl Ar number Change the default time-to-live value in the IP headers. .It Xo |