diff options
author | 2011-06-22 08:39:15 +0000 | |
---|---|---|
committer | 2011-06-22 08:39:15 +0000 | |
commit | 4807f685efe2383cda7a749b93316ccc7089c044 (patch) | |
tree | 9f845ba1770c3c60a3183fc3feb958536c31c50e | |
parent | another myri10ge device matched by freebsd/linux drivers (diff) | |
download | wireguard-openbsd-4807f685efe2383cda7a749b93316ccc7089c044.tar.xz wireguard-openbsd-4807f685efe2383cda7a749b93316ccc7089c044.zip |
Fix another pre-{rdr,nat}-to rule example...
-rw-r--r-- | libexec/tftp-proxy/tftp-proxy.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/tftp-proxy/tftp-proxy.8 b/libexec/tftp-proxy/tftp-proxy.8 index 1d7afaf888f..c091fce4363 100644 --- a/libexec/tftp-proxy/tftp-proxy.8 +++ b/libexec/tftp-proxy/tftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftp-proxy.8,v 1.4 2011/05/05 12:25:51 sthen Exp $ +.\" $OpenBSD: tftp-proxy.8,v 1.5 2011/06/22 08:39:15 sthen Exp $ .\" .\" Copyright (c) 2005 joshua stein <jcs@openbsd.org> .\" @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 5 2011 $ +.Dd $Mdocdate: June 22 2011 $ .Dt TFTP-PROXY 8 .Os .Sh NAME @@ -72,7 +72,8 @@ $port is negotiated, .Nm adds the following rule to the anchor: .Bd -literal -offset indent -rdr proto udp from $server to $proxy port $port -\*(Gt $client +pass in quick proto udp from $server to $proxy \e + port $port rdr-to $client .Ed .Pp The options are as follows: |