Writting sub-layers from highest priority

As seen in https://msdn.microsoft.com/en-us/library/windows/desktop/aa364008(v=vs.85).aspx,
its states that "The basic policy is as follows.

Actions are evaluated in priority order of sub-layers from highest
priority to lowest priority.
“Block” overrides “Permit”.
“Block” is final (cannot be overridden) and stops the evaluation.
The packet is discarded.

My question in this :
How do i write high priority order of sub-layers from highest
priority to lowest priority in my filter application whose aim is to
redirect dns queries
taking into observation, the conditions and arbitration rule, to allow
certain DNS
queries to be redirected to another DNS SERVER hosted in my network.

tope awolowo wrote:

As seen in https://msdn.microsoft.com/en-us/library/windows/desktop/aa364008(v=vs.85).aspx,
its states that "The basic policy is as follows.

Actions are evaluated in priority order of sub-layers from highest
priority to lowest priority.
“Block” overrides “Permit”.
“Block” is final (cannot be overridden) and stops the evaluation.
The packet is discarded.

My question in this :
How do i write high priority order of sub-layers from highest
priority to lowest priority in my filter application

This is not what you need to worry about. When you get to this point,
I’m hoping you will finally notice the link at the bottom of that page
about “Filter Weight Assignment”, but you aren’t there yet.

whose aim is to redirect dns queries
taking into observation, the conditions and arbitration rule, to allow
certain DNS queries to be redirected to another DNS SERVER hosted in my network.

Based on your other message, you are not actually interested in DNS
redirection at all.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.