Thomas Graf wrote:
* jamal <[EMAIL PROTECTED]> 2005-07-05 09:04

BTW, enqueue returning the code by calling the qdisc::drop() - is that
gonna cause some issues?

It returns NET_XMIT_DROP which is not really black hole behaviour
but should never produce side effects.

It has side-effects on locally originated TCP connections. You should
probably return NET_XMIT_SUCCESS.

Regards
Patrick
-
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

Reply via email to