diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-02-03 10:33:28 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-02-03 10:33:28 +0000 |
commit | 0659a977617d74541c7640bcb510f0ca282703ed (patch) | |
tree | d9c9d8b173661698f521eadc4455cc382e46ee53 /regress/sbin/ipsecctl/safail1.in | |
parent | a55ea9a884abbe7f79d35b653c243505520cb7cc (diff) |
First simple regression tests for invalid rules
Diffstat (limited to 'regress/sbin/ipsecctl/safail1.in')
-rw-r--r-- | regress/sbin/ipsecctl/safail1.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/safail1.in b/regress/sbin/ipsecctl/safail1.in new file mode 100644 index 00000000000..a10bb3179ac --- /dev/null +++ b/regress/sbin/ipsecctl/safail1.in @@ -0,0 +1,6 @@ +esp from 1.1.1.1 to 2.2.2.2 spi 0x1eadbeef:0xbeef1ead \ + comp deflate enc 3des-cbc auth hmac-sha1 \ + authkey file "DIR/ak160:DIR/ak160" \ + enckey file "DIR/ek192:DIR/ek192" +ipcomp from 3.3.3.3 to 4.4.4.4 spi 0x2000:0x2001 \ + comp deflate enc 3des-cbc auth hmac-sha1 |