2.2.1.2.204 RIP_IF_FILTERS

The RIP_IF_FILTERS structure<140> specify the filter data for a RIP for IPX interface. This structure is used in RIP_IF_CONFIG (section 2.2.1.2.206). Supply filters are applied to the RIP updates supplied by the interface, while the listening filters are applied to the RIP updates being listened to by the interface.

 typedef struct _RIP_IF_FILTERS {
   ULONG SupplyFilterAction;
   ULONG SupplyFilterCount;
   ULONG ListenFilterAction;
   ULONG ListenFilterCount;
   RIP_ROUTE_FILTER_INFO RouteFilter[1];
 } RIP_IF_FILTERS, *PRIP_IF_FILTERS;

SupplyFilterAction: This MUST be set to 0x00000001 to permit data and to 0x00000002 to deny data.

Value

Meaning

0x00000001

Permit data.

0x00000002

Deny data.

SupplyFilterCount: The count of supply filters.

ListenFilterAction: This MUST be set to 0x00000001 to permit data and to 0x00000002 to deny data.

Value

Meaning

0x00000001

Permit data.

0x00000002

Deny data.

ListenFilterCount: The count of listen filters.

RouteFilter: This is a RIP_ROUTE_FILTER_INFO (section 2.2.1.2.203).