2.2.1.2.97 IPX_TRAFFIC_FILTER_GLOBAL_INFO

The IPX_TRAFFIC_FILTER_GLOBAL_INFO structure MAY<88> be used to specify the filter action to be taken when any IPX interface filter condition is met. When this structure is encapsulated in RTR_TOC_ENTRY (section 2.2.1.2.4), the InfoType value MUST be 0x0000000B or 0x0000000D. If the value in InfoType is 0x0000000B, the filter is applied to incoming traffic and if the value is 0x0000000D, the filter is applied to outgoing traffic. 

 typedef struct _IPX_TRAFFIC_FILTER_GLOBAL_INFO {
   ULONG FilterAction;
 } IPX_TRAFFIC_FILTER_GLOBAL_INFO,
  *PIPX_TRAFFIC_FILTER_GLOBAL_INFO;

FilterAction: This specifies the action if there is a match with any filter on the interface. This MUST be set to 0x00000001 to permit traffic and to 0x00000002 to deny traffic.

Value

Meaning

0x00000001

Permit traffic

0x00000002

Deny traffic