IPVS: Move IPVS to net/netfilter/ipvs
commitcb7f6a7b716e801097b564dec3ccb58d330aef56
authorJulius Volz <juliusv@google.com>
Fri, 19 Sep 2008 10:32:57 +0000 (19 12:32 +0200)
committerSimon Horman <horms@verge.net.au>
Mon, 6 Oct 2008 21:38:24 +0000 (7 08:38 +1100)
tree92fa8fa5381e04576c43eab88874ab54ea670767
parent8d5803bf6fbe5264000afc8c34bff08e8ecc023b
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>
29 files changed:
net/ipv4/Kconfig
net/ipv4/Makefile
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/ipvs/Kconfig [moved from net/ipv4/ipvs/Kconfig with 100% similarity]
net/netfilter/ipvs/Makefile [moved from net/ipv4/ipvs/Makefile with 100% similarity]
net/netfilter/ipvs/ip_vs_app.c [moved from net/ipv4/ipvs/ip_vs_app.c with 100% similarity]
net/netfilter/ipvs/ip_vs_conn.c [moved from net/ipv4/ipvs/ip_vs_conn.c with 100% similarity]
net/netfilter/ipvs/ip_vs_core.c [moved from net/ipv4/ipvs/ip_vs_core.c with 100% similarity]
net/netfilter/ipvs/ip_vs_ctl.c [moved from net/ipv4/ipvs/ip_vs_ctl.c with 100% similarity]
net/netfilter/ipvs/ip_vs_dh.c [new file with mode: 0644]
net/netfilter/ipvs/ip_vs_est.c [moved from net/ipv4/ipvs/ip_vs_est.c with 100% similarity]
net/netfilter/ipvs/ip_vs_ftp.c [moved from net/ipv4/ipvs/ip_vs_ftp.c with 100% similarity]
net/netfilter/ipvs/ip_vs_lblc.c [moved from net/ipv4/ipvs/ip_vs_lblc.c with 100% similarity]
net/netfilter/ipvs/ip_vs_lblcr.c [moved from net/ipv4/ipvs/ip_vs_lblcr.c with 100% similarity]
net/netfilter/ipvs/ip_vs_lc.c [moved from net/ipv4/ipvs/ip_vs_lc.c with 100% similarity]
net/netfilter/ipvs/ip_vs_nq.c [moved from net/ipv4/ipvs/ip_vs_nq.c with 100% similarity]
net/netfilter/ipvs/ip_vs_proto.c [moved from net/ipv4/ipvs/ip_vs_proto.c with 100% similarity]
net/netfilter/ipvs/ip_vs_proto_ah_esp.c [moved from net/ipv4/ipvs/ip_vs_proto_ah_esp.c with 100% similarity]
net/netfilter/ipvs/ip_vs_proto_tcp.c [moved from net/ipv4/ipvs/ip_vs_proto_tcp.c with 100% similarity]
net/netfilter/ipvs/ip_vs_proto_udp.c [moved from net/ipv4/ipvs/ip_vs_proto_udp.c with 100% similarity]
net/netfilter/ipvs/ip_vs_rr.c [moved from net/ipv4/ipvs/ip_vs_rr.c with 100% similarity]
net/netfilter/ipvs/ip_vs_sched.c [moved from net/ipv4/ipvs/ip_vs_sched.c with 100% similarity]
net/netfilter/ipvs/ip_vs_sed.c [moved from net/ipv4/ipvs/ip_vs_sed.c with 100% similarity]
net/netfilter/ipvs/ip_vs_sh.c [moved from net/ipv4/ipvs/ip_vs_sh.c with 100% similarity]
net/netfilter/ipvs/ip_vs_sync.c [moved from net/ipv4/ipvs/ip_vs_sync.c with 100% similarity]
net/netfilter/ipvs/ip_vs_wlc.c [moved from net/ipv4/ipvs/ip_vs_wlc.c with 100% similarity]
net/netfilter/ipvs/ip_vs_wrr.c [moved from net/ipv4/ipvs/ip_vs_wrr.c with 100% similarity]
net/netfilter/ipvs/ip_vs_xmit.c [moved from net/ipv4/ipvs/ip_vs_xmit.c with 100% similarity]