diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-03-31 14:30:22 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-03-31 14:30:22 +0000 |
commit | 3d3b14c5a3cde313e9486a05f81900988e248577 (patch) | |
tree | 2c6fdc1c79e939149a9dfefe05a76613ac7571f8 /regress/sbin | |
parent | bc5765e81951e1323317e2fb2c0392b060d97df2 (diff) |
forgot those in previous commit...
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/ipsecctl/ipsec19.ok | 12 |
2 files changed, 6 insertions, 10 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index 3560b1dbf3f..e553de43feb 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2006/03/31 14:02:08 markus Exp $ +# $OpenBSD: Makefile,v 1.17 2006/03/31 14:30:21 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -11,7 +11,7 @@ IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 TCPMD5TESTS=1 2 3 SATESTS=1 2 3 4 5 6 7 8 9 10 SAFAIL=1 -IKETESTS=1 2 3 4 5 6 7 8 10 +IKETESTS=1 2 3 4 5 6 7 8 9 10 SHELL=/bin/sh diff --git a/regress/sbin/ipsecctl/ipsec19.ok b/regress/sbin/ipsecctl/ipsec19.ok index 0c24f6f84df..403e0cb47c2 100644 --- a/regress/sbin/ipsecctl/ipsec19.ok +++ b/regress/sbin/ipsecctl/ipsec19.ok @@ -1,8 +1,4 @@ -flow esp out proto etherip from 1.1.1.1 to 2.2.2.2 peer 2.2.2.2 - type require -flow esp in proto etherip from 2.2.2.2 to 1.1.1.1 peer 2.2.2.2 - type use -flow esp out proto etherip from 2.2.2.2 to 3.3.3.3 peer 3.3.3.3 - type require -flow esp in proto etherip from 3.3.3.3 to 2.2.2.2 peer 3.3.3.3 - type use +flow esp out proto etherip from 1.1.1.1 to 2.2.2.2 peer 2.2.2.2 type require +flow esp in proto etherip from 2.2.2.2 to 1.1.1.1 peer 2.2.2.2 type use +flow esp out proto etherip from 2.2.2.2 to 3.3.3.3 peer 3.3.3.3 type require +flow esp in proto etherip from 3.3.3.3 to 2.2.2.2 peer 3.3.3.3 type use |