summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/Makefile
diff options
context:
space:
mode:
authorJulius Volz <juliusv@google.com>2008-08-22 14:06:13 +0200
committerSimon Horman <horms@verge.net.au>2008-08-27 13:50:37 +1000
commite3c2ced8d21410e8bc897480081e2ffc516c0f70 (patch)
treebfe40bf4317c445f7977ab0dbe5b3aabde68cbcf /net/ipv4/ipvs/Makefile
parent409a19669e4cd8d1bab7dff31d3b6aa493ff60f0 (diff)
downloadop-kernel-dev-e3c2ced8d21410e8bc897480081e2ffc516c0f70.zip
op-kernel-dev-e3c2ced8d21410e8bc897480081e2ffc516c0f70.tar.gz
IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.c
After integrating ESP into ip_vs_proto_ah, rename it (and the references to it) to ip_vs_proto_ah_esp.c and delete the old ip_vs_proto_esp.c. Signed-off-by: Julius Volz <juliusv@google.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/ipv4/ipvs/Makefile')
-rw-r--r--net/ipv4/ipvs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/Makefile b/net/ipv4/ipvs/Makefile
index cda3e08..73a46fe 100644
--- a/net/ipv4/ipvs/Makefile
+++ b/net/ipv4/ipvs/Makefile
@@ -6,7 +6,7 @@
ip_vs_proto-objs-y :=
ip_vs_proto-objs-$(CONFIG_IP_VS_PROTO_TCP) += ip_vs_proto_tcp.o
ip_vs_proto-objs-$(CONFIG_IP_VS_PROTO_UDP) += ip_vs_proto_udp.o
-ip_vs_proto-objs-$(CONFIG_IP_VS_PROTO_AH_ESP) += ip_vs_proto_ah.o
+ip_vs_proto-objs-$(CONFIG_IP_VS_PROTO_AH_ESP) += ip_vs_proto_ah_esp.o
ip_vs-objs := ip_vs_conn.o ip_vs_core.o ip_vs_ctl.o ip_vs_sched.o \
ip_vs_xmit.o ip_vs_app.o ip_vs_sync.o \
OpenPOWER on IntegriCloud