summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-04-14 08:41:53 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-04-14 08:41:53 +0000
commit41f6a339b5974f023d46fd10e0d4112ed87052e9 (patch)
tree4ddc7bafc1e735385aa42a61bb57b987dd240989 /share/man/man8
parentd848499500b6f70778e58a48a1b4ba7f662f5502 (diff)
do not mess about w/ the order of macros in pf rules, it just makes
the page harder to read;
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/vpn.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index cd373122f31..8b4fe8f3a73 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.80 2005/04/14 08:32:32 jmc Exp $
+.\" $OpenBSD: vpn.8,v 1.81 2005/04/14 08:41:52 jmc Exp $
.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -319,10 +319,10 @@ NETWORK_B = "10.0.99.0/24"
Configure the firewall rules on machine B, modifying the
definitions as appropriate:
.Bd -literal -offset indent
-GATEWAY_B = "192.168.1.254"
GATEWAY_A = "192.168.2.1"
-NETWORK_B = "10.0.50.0/24"
+GATEWAY_B = "192.168.1.254"
NETWORK_A = "10.0.99.0/24"
+NETWORK_B = "10.0.50.0/24"
(rest of ruleset)
.Ed