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 | |
parent | d499d9724d2b1fb08b4eda084b0b6faf1f2a28f9 (diff) |
Scrub rules are now numbered properly. my bad. ok frantzen@
-rw-r--r-- | regress/sbin/pfctl/pf15.ok | 8 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf21.ok | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/regress/sbin/pfctl/pf15.ok b/regress/sbin/pfctl/pf15.ok index ae689b38326..e472b94e584 100644 --- a/regress/sbin/pfctl/pf15.ok +++ b/regress/sbin/pfctl/pf15.ok @@ -1,5 +1,5 @@ @0 scrub in all no-df fragment reassemble -@0 scrub in all min-ttl 25 fragment reassemble -@0 scrub in all max-mss 224 fragment reassemble -@0 scrub out all no-df max-mss 224 fragment reassemble -@0 scrub in all max-mss 224 fragment reassemble +@1 scrub in all min-ttl 25 fragment reassemble +@2 scrub in all max-mss 224 fragment reassemble +@3 scrub out all no-df max-mss 224 fragment reassemble +@4 scrub in all max-mss 224 fragment reassemble 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 diff --git a/regress/sbin/pfctl/pf21.ok b/regress/sbin/pfctl/pf21.ok index 12307dc4944..8acd3bc5c41 100644 --- a/regress/sbin/pfctl/pf21.ok +++ b/regress/sbin/pfctl/pf21.ok @@ -1,4 +1,4 @@ @0 scrub in all fragment reassemble -@0 scrub in all fragment reassemble -@0 scrub in all fragment drop-ovl -@0 scrub in all fragment crop +@1 scrub in all fragment reassemble +@2 scrub in all fragment drop-ovl +@3 scrub in all fragment crop |