diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-05-28 01:49:17 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-05-28 01:49:17 +0000 |
commit | e040b7721a597bd6782a33507893fd28fa99aeb5 (patch) | |
tree | 76bf1d20c9f351d26c333b2676336e6ecaaab530 /regress/sbin/pfctl | |
parent | 7492cbc475eab4761ff7c0f24e79587520adf3fe (diff) |
"log-all" is gone.
ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r-- | regress/sbin/pfctl/pf28.ok | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf80.ok | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf28.ok b/regress/sbin/pfctl/pf28.ok index ff8be4d41e8..282eb39f96e 100644 --- a/regress/sbin/pfctl/pf28.ok +++ b/regress/sbin/pfctl/pf28.ok @@ -1,6 +1,3 @@ -block drop in log-all quick on lo0 all block drop in log quick on lo0 all -block drop in log-all quick on lo0 all block drop in log quick on lo0 all block drop in log on lo0 all -block drop in log-all on lo0 all diff --git a/regress/sbin/pfctl/pf80.ok b/regress/sbin/pfctl/pf80.ok index 8ebbfb693d3..58318f9f613 100644 --- a/regress/sbin/pfctl/pf80.ok +++ b/regress/sbin/pfctl/pf80.ok @@ -4,6 +4,3 @@ binat pass on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 nat pass log on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 -> 172.16.0.1 rdr pass log on lo0 inet proto tcp from any to 1.2.3.4 port = www -> 127.0.0.1 port 8080 binat pass log on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 -nat pass log-all on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 -> 172.16.0.1 -rdr pass log-all on lo0 inet proto tcp from any to 1.2.3.4 port = www -> 127.0.0.1 port 8080 -binat pass log-all on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 -> 12.0.0.0/8 |