|
@@ -547,7 +547,6 @@ ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb,
|
|
|
return cp;
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_SYSCTL
|
|
|
static inline int ip_vs_addr_is_unicast(struct net *net, int af,
|
|
|
union nf_inet_addr *addr)
|
|
|
{
|
|
@@ -557,7 +556,6 @@ static inline int ip_vs_addr_is_unicast(struct net *net, int af,
|
|
|
#endif
|
|
|
return (inet_addr_type(net, addr->ip) == RTN_UNICAST);
|
|
|
}
|
|
|
-#endif
|
|
|
|
|
|
/*
|
|
|
* Pass or drop the packet.
|