diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-05-28 19:36:01 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-05-28 19:36:01 +0000 |
commit | 1c897daf810cf36fbcd51de5e5452240bf8ef9c5 (patch) | |
tree | d10fd604693979de9f1e8d47256a8203b667300e /regress/sbin/pfctl/pf80.in | |
parent | 156c4abbf680251e38e196855edea29b127d5956 (diff) |
change "log-all" to "log (all)"
ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pf80.in')
-rw-r--r-- | regress/sbin/pfctl/pf80.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf80.in b/regress/sbin/pfctl/pf80.in index a4471b8c193..4a12835b8da 100644 --- a/regress/sbin/pfctl/pf80.in +++ b/regress/sbin/pfctl/pf80.in @@ -6,6 +6,6 @@ nat pass log on lo0 from 10/8 to 172.16/16 -> 172.16.0.1 rdr pass log on lo0 proto tcp from any to 1.2.3.4 port 80 -> 127.0.0.1 port 8080 binat pass log on lo0 from 10/8 to 11/8 -> 12/8 -nat pass log-all on lo0 from 10/8 to 172.16/16 -> 172.16.0.1 -rdr pass log-all on lo0 proto tcp from any to 1.2.3.4 port 80 -> 127.0.0.1 port 8080 -binat pass log-all on lo0 from 10/8 to 11/8 -> 12/8 +nat pass log (all) on lo0 from 10/8 to 172.16/16 -> 172.16.0.1 +rdr pass log (all) on lo0 proto tcp from any to 1.2.3.4 port 80 -> 127.0.0.1 port 8080 +binat pass log (all) on lo0 from 10/8 to 11/8 -> 12/8 |