testing: Add an IKEv1 net2net AH test case

This commit is contained in:
Martin Willi
2013-10-11 10:15:22 +02:00
parent 80a82b8d67
commit ef4560121d
9 changed files with 102 additions and 0 deletions
@@ -0,0 +1,8 @@
A connection between the subnets behind the gateways <b>moon</b> and <b>sun</b>
is set up using the IKEv1 protocol.
With <b>ah=md5,sha1</b> gateway <b>moon</b> proposes the use of an
<b>AH proposal</b>. Gateway <b>sun</b> selects SHA1 for integrity protection
with its <b>ah=sha1!</b> configuration.
<p/>
Upon the successful establishment of the AH CHILD SA, client <b>alice</b> behind
gateway <b>moon</b> pings client <b>bob</b> located behind gateway <b>sun</b>.