diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2007-06-20 14:14:18 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2007-06-20 14:14:18 +0000 |
commit | 31fb7189fda0d938a57727a585b56108e81f6bfc (patch) | |
tree | 6093e6648af3375ddfeb0689f3052e27d91152c1 /regress/sbin/pfctl/pf80.ok | |
parent | cd8f1a801239fda9ed5a8ffed1be5258452f5c30 (diff) |
Allow "log" for nat rules without "pass".
OK henning@, ``passt scho'' markus@
Diffstat (limited to 'regress/sbin/pfctl/pf80.ok')
-rw-r--r-- | regress/sbin/pfctl/pf80.ok | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf80.ok b/regress/sbin/pfctl/pf80.ok index 10c1300907b..71d12e60034 100644 --- a/regress/sbin/pfctl/pf80.ok +++ b/regress/sbin/pfctl/pf80.ok @@ -1,9 +1,15 @@ nat pass on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 -> 172.16.0.1 nat pass log on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 -> 172.16.0.1 nat pass log (all) on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 -> 172.16.0.1 +nat log on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 -> 172.16.0.1 +no nat log on lo0 inet from 20.0.0.0/8 to 192.168.0.0/24 rdr pass on lo0 inet proto tcp from any to 1.2.3.4 port = www -> 127.0.0.1 port 8080 rdr pass log on lo0 inet proto tcp from any to 1.2.3.4 port = www -> 127.0.0.1 port 8080 rdr pass log (all) on lo0 inet proto tcp from any to 1.2.3.4 port = www -> 127.0.0.1 port 8080 +rdr log on lo0 inet proto tcp from any to 1.2.3.4 port = www -> 127.0.0.1 port 8080 +no rdr log on lo0 inet proto tcp from any to 3.4.5.6 port = https binat pass on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 binat pass log on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 binat pass log (all) on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 +binat log on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 +no binat log on lo0 inet from 20.0.0.0/8 to 13.0.0.0/8 |