IPVS: Move IPVS to net/netfilter/ipvs

Since IPVS now has partial IPv6 support, this patch moves IPVS from
net/ipv4/ipvs to net/netfilter/ipvs. It's a result of:

$ git mv net/ipv4/ipvs net/netfilter

and adapting the relevant Kconfigs/Makefiles to the new path.

Signed-off-by: Julius Volz <juliusv@google.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
Julius Volz
2008-09-19 12:32:57 +02:00
committed by Simon Horman
parent 8d5803bf6f
commit cb7f6a7b71
29 changed files with 266 additions and 3 deletions

View File

@ -630,5 +630,3 @@ config TCP_MD5SIG
If unsure, say N.
source "net/ipv4/ipvs/Kconfig"