FpcIpOptionsAction enumeration
Applies to: desktop apps only
The FpcIpOptionsAction enumerated type contains values that specify whether packets will be allowed or denied, based on whether IP options are selected.
Syntax
typedef enum FpcIpOptionsAction {
fpcAllowPacketsIpOptions = 0,
fpcDenyPacketsIpOptions = 1,
fpcDenyPacketsUnSelectedIpOptions = 2,
fpcDenyPacketsSelectedIpOptions = 3
} FpcIpOptionsAction;
Constants
fpcAllowPacketsIpOptions
Allow packets regardless of whether they include any IP options. (Forefront TMG will not check for IP options.)fpcDenyPacketsIpOptions
Deny packets if they include any IP options.fpcDenyPacketsUnSelectedIpOptions
Deny all packets that include an IP option that is not in the list of selected IP options.fpcDenyPacketsSelectedIpOptions
Deny all packets that include an IP option that is in the list of selected IP options.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010