[NET]: Kill skb->tc_classid
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8728b834b2
commit
abc3bc5804
@@ -130,7 +130,7 @@ tcf_pedit_cleanup(struct tc_action *a, int bind)
|
||||
}
|
||||
|
||||
static int
|
||||
tcf_pedit(struct sk_buff **pskb, struct tc_action *a)
|
||||
tcf_pedit(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res)
|
||||
{
|
||||
struct tcf_pedit *p = PRIV(a, pedit);
|
||||
struct sk_buff *skb = *pskb;
|
||||
|
Reference in New Issue
Block a user