Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.IpOptionPacketFilteringEnabled Property

Gets or sets whether this filtering option is enabled. IP option filtering is the filtering of all IP traffic with "IP options" added to the IP header. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

VBScript Syntax[VBScript]

FPCIpPacketFilters.IpOptionPacketFilteringEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_IpOptionPacketFilteringEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_IpOptionPacketFilteringEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether filtering IP packets with "IP options" is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters