Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'ipvs-next'

Simon Horman says:

====================
The single patch in this series fixes some minor fallout from adding
support IPv6 real servers in IPv4 virtual-services and vice versa.

It should not have any run-time affect other than perhaps saving a few cycles.
====================

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

-1
-1
net/netfilter/ipvs/ip_vs_xmit.c
··· 293 293 &dest->addr.ip, &dest_dst->dst_saddr.ip, 294 294 atomic_read(&rt->dst.__refcnt)); 295 295 } 296 - daddr = dest->addr.ip; 297 296 if (ret_saddr) 298 297 *ret_saddr = dest_dst->dst_saddr.ip; 299 298 } else {