]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipvs: Add hdr_flags to iphdr
authorAlex Gartrell <agartrell@fb.com>
Wed, 26 Aug 2015 16:40:29 +0000 (09:40 -0700)
committerSimon Horman <horms@verge.net.au>
Tue, 1 Sep 2015 01:33:26 +0000 (10:33 +0900)
commit4fd9beef37f3a14aa34cb025479a0e431dc9e58b
tree303b5e4cd241b7e1173fcf680ade13fc389cf6e4
parentb0e010c527de742cb18e8d50a06dfd1a995b5382
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>
include/net/ip_vs.h
net/netfilter/ipvs/ip_vs_core.c
net/netfilter/ipvs/ip_vs_pe_sip.c
net/netfilter/xt_ipvs.c