diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2009-01-20 14:40:37 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2009-01-20 14:40:37 +0000 |
commit | c4b9588de5dcd467af1d793af16475da12b4800b (patch) | |
tree | 1a42e8860c92e4e16eb9a292b463352829204512 /regress/sbin/ipsecctl/ike61.in | |
parent | 66729e2a843c8e9110bf23a513cfbf95d3e04087 (diff) |
Regression tests for source flow NAT support.
OK hshoexer@, markus@.
Diffstat (limited to 'regress/sbin/ipsecctl/ike61.in')
-rw-r--r-- | regress/sbin/ipsecctl/ike61.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/ike61.in b/regress/sbin/ipsecctl/ike61.in new file mode 100644 index 00000000000..ebfe9b4bce8 --- /dev/null +++ b/regress/sbin/ipsecctl/ike61.in @@ -0,0 +1,4 @@ +FROM="{ 2.2.2.0/24 (5.5.5.0/24), 3.3.3.0/24, 4.4.4.0/24 (6.6.6.0/24) }" +TO="{ 5.5.5.0/24, 6.6.6.0/24, 7.7.7.0/24 }" +ike from $FROM to $TO peer 1.1.1.1 +ike passive from 3ffe:1::/64 (affe:1::/64) to 3ffe:2::/64 peer 3ffe::51 |