summaryrefslogtreecommitdiff
path: root/testing/tests/tkm/xfrmproxy-rekey/hosts/moon/etc/strongswan.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/tkm/xfrmproxy-rekey/hosts/moon/etc/strongswan.conf')
-rw-r--r--testing/tests/tkm/xfrmproxy-rekey/hosts/moon/etc/strongswan.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/tests/tkm/xfrmproxy-rekey/hosts/moon/etc/strongswan.conf b/testing/tests/tkm/xfrmproxy-rekey/hosts/moon/etc/strongswan.conf
new file mode 100644
index 000000000..5b79af9f4
--- /dev/null
+++ b/testing/tests/tkm/xfrmproxy-rekey/hosts/moon/etc/strongswan.conf
@@ -0,0 +1,10 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon-tkm {
+ # remove rekeyed inbound SA a bit quicker for the test scenario
+ delete_rekeyed_delay = 2
+ dh_mapping {
+ 15 = 1
+ 16 = 2
+ }
+}