diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-21 17:11:46 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-21 17:11:46 +0000 |
commit | 4e4f0d964cd5708e2bad4ff6d6db86a231746cbe (patch) | |
tree | 7b9bb2e95b8609134a2599d372b09412b7299860 /regress/sbin | |
parent | ca8ef9712dff5a3779ca177214332c6acd1953d0 (diff) |
test scrub random-id, pointed out by krause
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf54.in | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf54.loaded | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf54.ok | 1 |
4 files changed, 11 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 77bb1836172..924781eaf04 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.88 2003/02/21 17:08:41 henning Exp $ +# $OpenBSD: Makefile,v 1.89 2003/02/21 17:11:45 henning Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok @@ -12,12 +12,12 @@ PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 -PFTESTS+=51 52 53 +PFTESTS+=51 52 53 54 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 PFSIMPLE=1 PFSETUP=1 PFLOAD=1 2 3 4 5 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 -PFLOAD+=30 31 32 34 36 38 39 40 44 46 47 49 +PFLOAD+=30 31 32 34 36 38 39 40 44 46 47 49 54 # disabled; no altq in anchors # PFLOAD+=33 35 37 42 43 45 51 # disabled; no table def in anchors diff --git a/regress/sbin/pfctl/pf54.in b/regress/sbin/pfctl/pf54.in new file mode 100644 index 00000000000..c5c84253c0b --- /dev/null +++ b/regress/sbin/pfctl/pf54.in @@ -0,0 +1,3 @@ +#scrub random-id + +scrub random-id diff --git a/regress/sbin/pfctl/pf54.loaded b/regress/sbin/pfctl/pf54.loaded new file mode 100644 index 00000000000..1aba50e2c7a --- /dev/null +++ b/regress/sbin/pfctl/pf54.loaded @@ -0,0 +1,4 @@ +@0 scrub all random-id fragment reassemble +[ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] +[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] + diff --git a/regress/sbin/pfctl/pf54.ok b/regress/sbin/pfctl/pf54.ok new file mode 100644 index 00000000000..a54f48edfb8 --- /dev/null +++ b/regress/sbin/pfctl/pf54.ok @@ -0,0 +1 @@ +scrub all random-id fragment reassemble |