The FpcIpOptionsAction enumerated type contains values that specify whether packets will be allowed or denied, based on whether IP options are selected.
typedef enum FpcIpOptionsAction { fpcAllowPacketsIpOptions
Allow packets regardless of whether they include any IP options. (Forefront TMG will not check for IP options.)
= 0, fpcDenyPacketsIpOptions
Deny packets if they include any IP options.
= 1, fpcDenyPacketsUnSelectedIpOptions
Deny all packets that include an IP option that is not in the list of selected IP options.
= 2, fpcDenyPacketsSelectedIpOptions
Deny all packets that include an IP option that is in the list of selected IP options.
= 3 } FpcIpOptionsAction;
Allow packets regardless of whether they include any IP options. (Forefront TMG will not check for IP options.)
Deny packets if they include any IP options.
Deny all packets that include an IP option that is not in the list of selected IP options.
Deny all packets that include an IP option that is in the list of selected IP options.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.