linux-stable/net/netfilter/ipvs
David S. Miller f901b64472 ipvs: Add proper dependencies on IP_VS, and fix description header line.
Linus noted a build failure case:

net/netfilter/ipvs/ip_vs_xmit.c: In function 'ip_vs_tunnel_xmit':
net/netfilter/ipvs/ip_vs_xmit.c:616: error: implicit declaration of function 'ip_select_ident'

The proper include file (net/ip.h) is being included in ip_vs_xmit.c to get
that declaration.  So the only possible case where this can happen is if
CONFIG_INET is not enabled.

This seems to be purely a missing dependency in the ipvs/Kconfig file IP_VS
entry.

Also, while we're here, remove the out of date "EXPERIMENTAL" string in the
IP_VS config help header line.  IP_VS no longer depends upon CONFIG_EXPERIMENTAL

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-11 12:18:04 -07:00
..
ip_vs_app.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_conn.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_core.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_ctl.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_dh.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_est.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_ftp.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_lblc.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_lblcr.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_lc.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_nq.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_proto.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_proto_ah_esp.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_proto_tcp.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_proto_udp.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_rr.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_sched.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_sed.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_sh.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_sync.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_wlc.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_wrr.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_xmit.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
Kconfig ipvs: Add proper dependencies on IP_VS, and fix description header line. 2008-10-11 12:18:04 -07:00
Makefile IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00