summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2007-07-03 11:33:39 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2007-07-03 11:33:39 +0000
commit8015445c5cac26cd647c5de91538a9d3e015a29c (patch)
treefa108d52f7b8626bd73731279aa3a290a64b3e91 /regress
parentbb7ff6c29b8b5e8dd03d358c6d636f894cf0cf93 (diff)
both 'proto 50' and 'proto esp' must work in flow specifications
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/ipsecctl/ipsec19.in2
-rw-r--r--regress/sbin/ipsecctl/ipsec19.ok4
2 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/ipsec19.in b/regress/sbin/ipsecctl/ipsec19.in
index 0e376819ecd..1df80a7ba1b 100644
--- a/regress/sbin/ipsecctl/ipsec19.in
+++ b/regress/sbin/ipsecctl/ipsec19.in
@@ -1,2 +1,4 @@
flow esp proto etherip from 1.1.1.1 to 2.2.2.2
flow esp proto 97 from 2.2.2.2 to 3.3.3.3
+flow esp proto esp from 4.4.4.4 to 5.5.5.5
+flow esp proto 50 from 6.6.6.6 to 7.7.7.7
diff --git a/regress/sbin/ipsecctl/ipsec19.ok b/regress/sbin/ipsecctl/ipsec19.ok
index a24da708f77..44a06b5af39 100644
--- a/regress/sbin/ipsecctl/ipsec19.ok
+++ b/regress/sbin/ipsecctl/ipsec19.ok
@@ -2,3 +2,7 @@ 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 require
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 require
+flow esp out proto esp from 4.4.4.4 to 5.5.5.5 peer 5.5.5.5 type require
+flow esp in proto esp from 5.5.5.5 to 4.4.4.4 peer 5.5.5.5 type require
+flow esp out proto esp from 6.6.6.6 to 7.7.7.7 peer 7.7.7.7 type require
+flow esp in proto esp from 7.7.7.7 to 6.6.6.6 peer 7.7.7.7 type require