diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-14 17:21:01 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-14 17:21:01 +0000 |
commit | 96296e83785056364fb288cf9853a54eca44b4fa (patch) | |
tree | 1466873e1b779c40a499146eecc531c4eb558e92 /regress | |
parent | 5ca5e306e3fa66622ca76fbd10f51373aea4edca (diff) |
emacsed out. route-to loopback is valid now
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail16.in | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 843f1083834..3c8a2014e9a 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.69 2003/02/14 10:59:20 henning Exp $ +# $OpenBSD: Makefile,v 1.70 2003/02/14 17:21:00 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 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 -PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 +PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 PFSIMPLE=1 2 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 diff --git a/regress/sbin/pfctl/pfail16.in b/regress/sbin/pfctl/pfail16.in deleted file mode 100644 index 3dc660c7ac4..00000000000 --- a/regress/sbin/pfctl/pfail16.in +++ /dev/null @@ -1,3 +0,0 @@ -# route/reply/dup-to can't have a loopback interface as argument - -pass in on lo0 route-to lo0 inet all |