diff options
author | 2003-02-14 17:21:00 +0000 | |
---|---|---|
committer | 2003-02-14 17:21:00 +0000 | |
commit | ae97e717eb1756939d767b32c5d642dfd1946d09 (patch) | |
tree | b8824e1e9bceab0373c18f9799ec022fbda54c88 | |
parent | Pull in copyright info from the respective .pod files which gets lost (diff) | |
download | wireguard-openbsd-ae97e717eb1756939d767b32c5d642dfd1946d09.tar.xz wireguard-openbsd-ae97e717eb1756939d767b32c5d642dfd1946d09.zip |
emacsed out. route-to loopback is valid now
-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 |