aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-08-18 17:09:15 +0200
committerTobias Brunner <tobias@strongswan.org>2016-09-28 17:56:43 +0200
commit62636da4f3bb8bf237ab6e1531629a450fd48f7b (patch)
treebbefb47947eb3610fbac9cc583fff61cde615c28 /testing
parent50721a61d8cd5d6cad4f8cc308b51fa299808243 (diff)
downloadstrongswan-62636da4f3bb8bf237ab6e1531629a450fd48f7b.tar.bz2
strongswan-62636da4f3bb8bf237ab6e1531629a450fd48f7b.tar.xz
testing: Enable outbound FWD policies in swanctl/manual-prio scenario
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/tests/swanctl/manual-prio/hosts/moon/etc/swanctl/swanctl.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/tests/swanctl/manual-prio/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/swanctl/manual-prio/hosts/moon/etc/swanctl/swanctl.conf
index 53883f79d..5fefdcdd2 100755
--- a/testing/tests/swanctl/manual-prio/hosts/moon/etc/swanctl/swanctl.conf
+++ b/testing/tests/swanctl/manual-prio/hosts/moon/etc/swanctl/swanctl.conf
@@ -16,7 +16,8 @@ connections {
local_ts = 10.1.0.0/16
priority = 2
interface = eth0
-
+ policies_fwd_out = yes
+
esp_proposals = aes128gcm128-modp3072
}
}
@@ -32,15 +33,15 @@ connections {
local_ts = 0.0.0.0/0
remote_ts = 0.0.0.0/0
interface = eth0
- priority = 4
+ priority = 4
- mode = drop
+ mode = drop
start_action = trap
}
pass-ssh-in {
local_ts = 0.0.0.0/0[tcp/ssh]
remote_ts = 0.0.0.0/0[tcp]
- priority = 1
+ priority = 1
mode = pass
start_action = trap
@@ -61,6 +62,6 @@ connections {
mode = pass
start_action = trap
}
- }
+ }
}
}