diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-10 22:16:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-10 22:16:23 +0000 |
commit | e831aee20216eef9ff3d076efa56e4d49eebfe66 (patch) | |
tree | f2f7fdf9c292711dc97241f82b9c9259f061c860 /usr.sbin | |
parent | 9eb5d4f85893529cdca5a54796e344ecb6581196 (diff) |
tweak: ok reyk
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index 42b6030191e..65f3e003c05 100644 --- a/usr.sbin/hostapd/hostapd.conf.5 +++ b/usr.sbin/hostapd/hostapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.conf.5,v 1.26 2005/12/10 13:42:37 reyk Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.27 2005/12/10 22:16:22 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -176,9 +176,11 @@ The supported modes are: .Op Ic port Ar number .Op Ic ttl Ar number .Xc -Use multicast frames. -A multicast ttl (time-to-live) of 2 or higher is required to allow -multicast forwarding, for example with +Use +.Xr multicast 4 +frames. +A multicast time-to-live (TTL) of 2 or higher is required to allow +multicast forwarding, for example for use with .Xr mrouted 8 . .It Xo .Ic broadcast @@ -187,7 +189,7 @@ multicast forwarding, for example with Use broadcast frames. .El .Pp -The default is multicast using the multicast address 224.0.1.178 with a ttl +The default is multicast using the multicast address 224.0.1.178 with a TTL limited to 1 hop. .El .Sh EVENT RULES |