Implement net2net-xfrmproxy integration test

This commit is contained in:
Reto Buerki
2013-03-19 15:23:50 +01:00
committed by Tobias Brunner
parent 847d320950
commit a520e4a010
10 changed files with 108 additions and 0 deletions
@@ -0,0 +1,23 @@
<tkmconfig>
<local_identity id="1">
<identity>moon.strongswan.org</identity>
<certificate>moonCert.pem</certificate>
</local_identity>
<policy id="1">
<mode>tunnel</mode>
<local>
<identity_id>1</identity_id>
<ip>192.168.0.1</ip>
<net mask="16">10.1.0.0</net>
</local>
<remote>
<identity>sun.strongswan.org</identity>
<ip>192.168.0.2</ip>
<net mask="16">10.2.0.0</net>
</remote>
<lifetime>
<soft>30</soft>
<hard>60</hard>
</lifetime>
</policy>
</tkmconfig>