On Tue, Oct 12, 2021 at 11:38:01PM +0300, Julian Anastasov wrote: > > Hello, > > On Tue, 12 Oct 2021, Florian Westphal wrote: > > > V2: Patch 4/4 had a bug that would enter ipv6 branch for > > ipv4 packets, fix that. > > > > This series reduces the number of different hook function > > implementations by merging the ipv4 and ipv6 hooks into > > common code. > > > > selftests/netfilter/ipvs.sh passes. > > > > Florian Westphal (4): > > netfilter: ipvs: prepare for hook function reduction > > netfilter: ipvs: remove unneeded output wrappers > > netfilter: ipvs: remove unneeded input wrappers > > netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlers > > Patchset v2 looks good to me, thanks! > > Acked-by: Julian Anastasov <ja@xxxxxx> Thanks Florian, looks good. Reviewed-by: Simon Horman <horms@xxxxxxxxxxxx> Pablo, please consider picking up this series.