Thomas Graf a écrit :
* Nicolas Dichtel <[EMAIL PROTECTED]> 2006-06-30 15:16
That creates a nice loop on ingress. Upon reentering the
stack with skb->dev set to eth0 again we'll go through the
same ingress filters as the first time and we'll hit ifb0
again over and over. Are you suggesting everyone has to
insert a pass action matching input_dev in order to escape
the loop when using ifb?
Bit 8 of skb->tc_verd is set by IFB, so packet isn't reclassify.
This bit avoid the loop.
Right, my mistake. Just making classification impossible after
going through an ifb device certainly seems like a perfect
idea, nice!
Classification has already be done on the first pass. Mirror
action must be the last classifier.
Nicolas
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html