summaryrefslogtreecommitdiff
path: root/regress/sbin/ipsecctl/Makefile
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2009-01-28 18:07:20 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2009-01-28 18:07:20 +0000
commitcba1f56c98b7e77645cc402548b86d10a80efa19 (patch)
tree0dd27d582eb4ec08639f7b5d8dc4251c9fd51336 /regress/sbin/ipsecctl/Makefile
parent942fea019b9ed49b2dae173707a5ca9c3640c60e (diff)
Allow to specify ike and flow explicitly without peer. The any
keyword as argument for the peer parameter will do that. An ike without peer creates the peer-default config. A flow without peer acquires a host-to-host SA. tested by grunk@, todd@, ok grunk@, hshoexer@, todd@
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r--regress/sbin/ipsecctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile
index 4fce7c55f97..033906db91c 100644
--- a/regress/sbin/ipsecctl/Makefile
+++ b/regress/sbin/ipsecctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.53 2009/01/20 14:40:36 mpf Exp $
+# $OpenBSD: Makefile,v 1.54 2009/01/28 18:07:19 bluhm Exp $
# you can update the *.ok files with: make -i | patch
# TARGETS
@@ -10,7 +10,7 @@
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 39 40 41 42 43 44
-IPSECTESTS+=51 52 53 54 55 56 57
+IPSECTESTS+=51 52 53 54 55 56 57 58
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 2
@@ -19,7 +19,7 @@ IKEFAIL=1 3 4 5 6 8 9 10 11 12 13
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
IKETESTS+=29 30 31 32 33 34 35 36 37 38 39 40
-IKETESTS+=41 42 43 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
+IKETESTS+=41 42 43 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
IKEDELTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
IKEDELTESTS+=16 17 18 19 20 21 22 23