2.2.1.2.89 MPR_FILTER_0

The MPR_FILTER_0 structure<80> is used to specify whether RRAS server filtering is enabled or not. When this structure is encapsulated within RTR_TOC_ENTRY (section 2.2.1.2.4), the InfoType value used MUST be 0xFFFF0015 or 0xFFFF0016.

 typedef struct _MPR_FILTER_0 {
   IN BOOL fEnable;
 } MPR_FILTER_0,
  *PMPR_FILTER_0;

fEnable: This MUST be set to 0x00000000 to disable filtering and MUST be set to 0x00000001 to enable filtering on the RRAS server.