Loading
ipvs: skip ipv6 extension headers for csum checks
Protocol checksum validation fails for IPv6 if there are extension headers before the protocol header. iph->len already contains its offset, so use it to fix the problem. Fixes: 2906f66a ("ipvs: SCTP Trasport Loadbalancing Support") Fixes: 0bbdd42b ("IPVS: Extend protocol DNAT/SNAT and state handlers") Signed-off-by:Julian Anastasov <ja@ssi.bg> Signed-off-by:
Florian Westphal <fw@strlen.de>