From: Alex Gartrell Date: Tue, 9 Sep 2014 23:40:20 +0000 (-0700) Subject: ipvs: Add destination address family to netlink interface X-Git-Tag: fixes-against-v3.18-rc2~144^2~111^2~7^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cff339bbd5f9eda7a5e8a521f91a88d046e6d0c;p=pandora-kernel.git ipvs: Add destination address family to netlink interface This is necessary to support heterogeneous pools. For example, if you have an ipv6 addressed network, you'll want to be able to forward ipv4 traffic into it. This patch enforces that destination address family is the same as service family, as none of the forwarding mechanisms support anything else. For the old setsockopt mechanism, we simply set the dest address family to AF_INET as we do with the service. Signed-off-by: Alex Gartrell Acked-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed