diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-10-02 17:46:29 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-10-02 17:46:29 +0000 |
commit | 3e414a787a73142a0adfced4dbb6fa6b3007aa08 (patch) | |
tree | f96e503beb9fecee8d80999691289393e8eb938a /share | |
parent | 400d167072236f9ccbd0e39d54bd2e6ab65b8031 (diff) |
typo
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/nat.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/nat.conf.5 b/share/man/man5/nat.conf.5 index c0150d17abd..d322d4d24a6 100644 --- a/share/man/man5/nat.conf.5 +++ b/share/man/man5/nat.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nat.conf.5,v 1.12 2001/09/22 20:19:46 pvalchev Exp $ +.\" $OpenBSD: nat.conf.5,v 1.13 2001/10/02 17:46:28 brad Exp $ .\" .\" Copyright (c) 2001 Ian Darwin. All rights reserved. .\" @@ -122,7 +122,7 @@ when they are going out any interface except vlan12. This has the net effect of making traffic from the 192.168.168.0/24 network appear as though it is the Internet routeable address 204.92.77.111 to nodes behind any interface on the router except -the for the nodes on vlan12. (Thus, 192.168.168.1 can talk to the +for the nodes on vlan12. (Thus, 192.168.168.1 can talk to the 192.168.168.0/24 nodes.) .Bd -literal nat on ! vlan12 from 192.168.168.0/24 to any -> 204.92.77.111 |