diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-13 04:27:03 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-13 04:27:03 +0000 |
commit | d7a5157cbbe1b9f5367ac2ab5dc9410f94e0ddb8 (patch) | |
tree | 0f5ce5713403a9296ae9dd6f674f59c289d3a59c /regress/sbin/pfctl/pf16.ok | |
parent | d499d9724d2b1fb08b4eda084b0b6faf1f2a28f9 (diff) |
Scrub rules are now numbered properly. my bad. ok frantzen@
Diffstat (limited to 'regress/sbin/pfctl/pf16.ok')
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok index e7c7909599a..9bb415e5fbd 100644 --- a/regress/sbin/pfctl/pf16.ok +++ b/regress/sbin/pfctl/pf16.ok @@ -2,4 +2,4 @@ nat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 rdr on lo0 inet proto tcp from any to 1.2.3.4 port 2222 -> 10.0.0.10 port 22 binat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 -@0 pass in on lo1 all +@1 pass in on lo1 all |