aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-04-08 15:58:38 +0200
committerMartin Willi <martin@revosec.ch>2014-06-04 16:32:11 +0200
commit4a8ba369b62fac3a0800520599fef8cf2753b443 (patch)
tree38df73888431c732294a32db7548c6fbfc791723 /src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h
parentbe32be01a87b34cab42e04a315c5654f1a1303e7 (diff)
downloadstrongswan-4a8ba369b62fac3a0800520599fef8cf2753b443.tar.bz2
strongswan-4a8ba369b62fac3a0800520599fef8cf2753b443.tar.xz
kernel-wfp: Install tunnel mode policies to appropriate sub-layers
While it is unclear if this has any effect at all, we prefer specific sublayers to install policies as suggested.
Diffstat (limited to 'src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h')
-rw-r--r--src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h b/src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h
index 8b1d5d36f..50a89a007 100644
--- a/src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h
+++ b/src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h
@@ -127,6 +127,8 @@ const GUID FWPM_LAYER_OUTBOUND_TRANSPORT_V4;
const GUID FWPM_LAYER_OUTBOUND_TRANSPORT_V6;
const GUID FWPM_LAYER_IPFORWARD_V4;
const GUID FWPM_LAYER_IPFORWARD_V6;
+const GUID FWPM_SUBLAYER_IPSEC_TUNNEL;
+const GUID FWPM_SUBLAYER_IPSEC_FORWARD_OUTBOUND_TUNNEL;
const GUID FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V4;
const GUID FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V6;
const GUID FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V4;