aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_tunnel.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-12-08 12:41:04 +0000
committerMartin Willi <martin@revosec.ch>2010-12-20 09:45:39 +0100
commit37788b1d06035e0e2e9c4cb262639fa2837c58d8 (patch)
treebdbfeab8f85740ad778046ab7d67b9e151adb908 /src/libcharon/plugins/ha/ha_tunnel.c
parentd86bb6ef4d6ad7e0ee8158faaa0e7cd3d47719b1 (diff)
downloadstrongswan-37788b1d06035e0e2e9c4cb262639fa2837c58d8.tar.bz2
strongswan-37788b1d06035e0e2e9c4cb262639fa2837c58d8.tar.xz
Added a TFC padding option to child_cfg
Diffstat (limited to 'src/libcharon/plugins/ha/ha_tunnel.c')
-rw-r--r--src/libcharon/plugins/ha/ha_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_tunnel.c b/src/libcharon/plugins/ha/ha_tunnel.c
index 4accdfbf7..299053ec1 100644
--- a/src/libcharon/plugins/ha/ha_tunnel.c
+++ b/src/libcharon/plugins/ha/ha_tunnel.c
@@ -224,7 +224,7 @@ static void setup_tunnel(private_ha_tunnel_t *this,
child_cfg = child_cfg_create("ha", &lifetime, NULL, TRUE, MODE_TRANSPORT,
ACTION_NONE, ACTION_NONE, ACTION_NONE, FALSE,
- 0, 0, NULL, NULL);
+ 0, 0, NULL, NULL, 0);
ts = traffic_selector_create_dynamic(IPPROTO_UDP, HA_PORT, HA_PORT);
child_cfg->add_traffic_selector(child_cfg, TRUE, ts);
ts = traffic_selector_create_dynamic(IPPROTO_ICMP, 0, 65535);