diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-15 17:41:44 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-15 17:41:44 +0000 |
commit | 68d266c631fc526a59d09f89c03e11835613fbfd (patch) | |
tree | 4ad5bff8dac49444e5d071aea727bd38bd50f1e4 | |
parent | 8e3568b418fc5e9d651a207d17db7d5389084cbc (diff) |
some dynaddr tests
-rw-r--r-- | regress/sbin/pfctl/Makefile | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf26.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf26.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail14.in | 1 |
4 files changed, 8 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index d843715a636..6193de55865 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.29 2002/09/12 11:17:49 henning Exp $ +# $OpenBSD: Makefile,v 1.30 2002/09/15 17:41:43 henning Exp $ -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 -PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 +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 +PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 .for n in ${PFFAIL} REGRESS_TARGETS+=pfail${n} diff --git a/regress/sbin/pfctl/pf26.in b/regress/sbin/pfctl/pf26.in new file mode 100644 index 00000000000..5799de5afe9 --- /dev/null +++ b/regress/sbin/pfctl/pf26.in @@ -0,0 +1,2 @@ +block in on lo0 inet from ! (lo0) to any +block out on lo0 inet from any to ! (lo0) diff --git a/regress/sbin/pfctl/pf26.ok b/regress/sbin/pfctl/pf26.ok new file mode 100644 index 00000000000..dc31557c06e --- /dev/null +++ b/regress/sbin/pfctl/pf26.ok @@ -0,0 +1,2 @@ +@0 block in on lo0 inet from ! (lo0) to any +@1 block out on lo0 inet from any to ! (lo0) diff --git a/regress/sbin/pfctl/pfail14.in b/regress/sbin/pfctl/pfail14.in new file mode 100644 index 00000000000..ff1b69635a7 --- /dev/null +++ b/regress/sbin/pfctl/pfail14.in @@ -0,0 +1 @@ +block in on lo0 from ! (lo0) to any |