Skip to content

Commit

Permalink
IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julius Volz authored and Simon Horman committed Aug 27, 2008
1 parent 409a196 commit e3c2ced
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 177 deletions.
2 changes: 1 addition & 1 deletion net/ipv4/ipvs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
File renamed without changes.
176 changes: 0 additions & 176 deletions net/ipv4/ipvs/ip_vs_proto_esp.c

This file was deleted.

0 comments on commit e3c2ced

Please sign in to comment.