Microsoft Internet Security and Acceleration Server 2004 SDK

FpcIpOptionsAction

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
fpcAllowPacketsIpOptions
Allow packets regardless of whether they include any IP options. (ISA Server will not check for IP options.)
 = 0,
  fpcDenyPacketsIpOptions
fpcDenyPacketsIpOptions
Deny packets if they include any IP options.
 = 1,
  fpcDenyPacketsUnSelectedIpOptions
fpcDenyPacketsUnSelectedIpOptions
Deny all packets that include an IP option that is not in the list of selected IP options.
 = 2,
  fpcDenyPacketsSelectedIpOptions
fpcDenyPacketsSelectedIpOptions
Deny all packets that include an IP option that is in the list of selected IP options.
 = 3

} FpcIpOptionsAction;

Constants

fpcAllowPacketsIpOptions
Allow packets regardless of whether they include any IP options. (ISA Server 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

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types