aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-11-26 12:02:54 +0800
committerAlex Shi <alex.shi@linaro.org>2017-11-26 12:02:54 +0800
commit0681158391fc57e4c164989b5b7d41565fddf7e2 (patch)
tree3e9caae3705c2114d7c487afe60c0d09407c16c9 /net/core/skbuff.c
parent4874c07664d8a52253ca73c8dd53bf13aeb61acb (diff)
parent7166ceea0a4eba3f8c86925ad60e6f0543db6234 (diff)
Merge tag 'v3.18.84' into linux-linaro-lsk-v3.18lsk-v3.18-17.11
This is the 3.18.84 stable release
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index b2e2a53c2284..9c830242a1f9 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -4069,6 +4069,7 @@ void skb_scrub_packet(struct sk_buff *skb, bool xnet)
if (!xnet)
return;
+ ipvs_reset(skb);
skb_orphan(skb);
skb->mark = 0;
}