summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_pe_sip.c
diff options
context:
space:
mode:
authorAlex Gartrell <agartrell@fb.com>2015-08-26 09:40:29 -0700
committerSimon Horman <horms@verge.net.au>2015-09-01 10:33:26 +0900
commit4fd9beef37f3a14aa34cb025479a0e431dc9e58b (patch)
tree303b5e4cd241b7e1173fcf680ade13fc389cf6e4 /net/netfilter/ipvs/ip_vs_pe_sip.c
parentb0e010c527de742cb18e8d50a06dfd1a995b5382 (diff)
downloadop-kernel-dev-4fd9beef37f3a14aa34cb025479a0e431dc9e58b.zip
op-kernel-dev-4fd9beef37f3a14aa34cb025479a0e431dc9e58b.tar.gz
ipvs: Add hdr_flags to iphdr
These flags contain information like whether or not the addresses are inverted or from icmp. The first will allow us to drop an inverse param all over the place, and the second will later be useful in scheduling icmp. Signed-off-by: Alex Gartrell <agartrell@fb.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_pe_sip.c')
-rw-r--r--net/netfilter/ipvs/ip_vs_pe_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_pe_sip.c b/net/netfilter/ipvs/ip_vs_pe_sip.c
index bed5f70..1b8d594 100644
--- a/net/netfilter/ipvs/ip_vs_pe_sip.c
+++ b/net/netfilter/ipvs/ip_vs_pe_sip.c
@@ -70,7 +70,7 @@ ip_vs_sip_fill_param(struct ip_vs_conn_param *p, struct sk_buff *skb)
const char *dptr;
int retc;
- ip_vs_fill_iph_skb(p->af, skb, &iph);
+ ip_vs_fill_iph_skb(p->af, skb, false, &iph);
/* Only useful with UDP */
if (iph.protocol != IPPROTO_UDP)
OpenPOWER on IntegriCloud