NDIS IM Driver Question.

I am just trying to re-confirm what I read in DDK docs.

“Only one filter intermediate driver of a specific class can exist in a
layered stack of filter intermediate drivers. For example, two filter
intermediate drivers of FilterClass “schedule” cannot exist in a stack
simultaneously.”

Is this right? The DDK says the FilterClass has to be one of the pre
determined values “scheduler, loadbalance, failover”. Can we add a new
filter class say firewall?

-Srin.

> Is this right? The DDK says the FilterClass has to be one of the pre

determined values ?scheduler, loadbalance, failover?. Can we add a new
filter class say firewall?

Search the archives, I posted in detail on this months ago. Short
answer: yes, you can only have one per class, and yes, you can define
new classes.

-sd