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
fpcAllowPacketsIpOptions

Allow packets regardless of whether they include any IP options. (Forefront TMG 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. (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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.