Re: patch: Action repeat
From: jamal <hidden>
Date: 2005-05-04 13:53:02
From: jamal <hidden>
Date: 2005-05-04 13:53:02
On Wed, 2005-04-05 at 15:48 +0200, Thomas Graf wrote:
* jamal [ref] 2005-05-04 09:33
quoted
in skb_clone() and friends. Look at CONFIG_NET_CLS_ACT in net/core/skbuff.cYes this solves the case for dummy devices etc but how would this cause a reset on the way from ingress to egress?
If the verdict is not to reset, there should be no clearing of those fields from ingress -> egress until the skb is either freed or someone else along the path resets it. Cloning or copying inherits. Am i missing something? cheers, jamal