kernel-wfp: Add missing IPsec sublayer GUIDs

This commit is contained in:
Martin Willi
2014-12-04 11:10:48 +01:00
parent a21338a43e
commit 070461b70d
@@ -66,6 +66,12 @@ const GUID FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4 = {
const GUID FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6 = {
0xa3b42c97, 0x9f04, 0x4672, { 0xb8,0x7e,0xce,0xe9,0xc4,0x83,0x25,0x7f }
};
const GUID FWPM_SUBLAYER_IPSEC_TUNNEL = {
0x83f299ed, 0x9ff4, 0x4967, { 0xaf,0xf4,0xc3,0x09,0xf4,0xda,0xb8,0x27 }
};
const GUID FWPM_SUBLAYER_IPSEC_FORWARD_OUTBOUND_TUNNEL = {
0xa5082e73, 0x8f71, 0x4559, { 0x8a,0x9a,0x10,0x1c,0xea,0x04,0xef,0x87 }
};
const GUID FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V4 = {
0x5132900d, 0x5e84, 0x4b5f, { 0x80,0xe4,0x01,0x74,0x1e,0x81,0xff,0x10 }
};