FpcIpOptionsAction Enumeration
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
Client | Requires Windows 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010