diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2006-06-02 04:12:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2006-06-02 04:12:53 +0000 |
commit | 975c5a1785388693dd58886af95e7b8fa2acc4f1 (patch) | |
tree | 7e6d886bff23404ba0aa463d7b6e9d9e4daf5576 /regress/sbin/ipsecctl/Makefile | |
parent | e120ee15353e0ed18eecf804a1f6e2482417f3e4 (diff) |
check port modifiers in flow rules; ok hshoexer@
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index 71c3913f79a..22c9ad6a5c1 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2006/06/02 00:25:52 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.26 2006/06/02 04:12:52 naddy Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -8,12 +8,12 @@ # ike: same as above, but for ike rules. IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 -IPSECTESTS+=25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 -IPSECTESTS+=39 +IPSECTESTS+=25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 +IPSECTESTS+=51 52 TCPMD5TESTS=1 2 3 SATESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 SAFAIL=1 -IPSECFAIL=1 +IPSECFAIL=1 2 IKEFAIL=1 IKETESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #IKETESTS+=16 17 18 19 20 21 22 23 24 |