commit | 2b70fe5aba0dd00d81173243c7ab04c66aeb67d8 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Apr 28 13:33:21 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 29 14:56:40 2015 -0400 |
tree | e2713bb3f1b567c84cd76470850ee0adc585d9ea | |
parent | 165996bd351f0e711feff92479c0796098afaa38 [diff] |
net: sched: act_connmark: don't zap skb->nfct This action is meant to be passive, i.e. we should not alter skb->nfct: If nfct is present just leave it alone. Compile tested only. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>