diff options
Diffstat (limited to 'net/netfilter')
-rw-r--r-- | net/netfilter/ipvs/ip_vs_core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c index 37dd77a3d0fb..d08df435c2aa 100644 --- a/net/netfilter/ipvs/ip_vs_core.c +++ b/net/netfilter/ipvs/ip_vs_core.c | |||
@@ -547,7 +547,6 @@ ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb, | |||
547 | return cp; | 547 | return cp; |
548 | } | 548 | } |
549 | 549 | ||
550 | #ifdef CONFIG_SYSCTL | ||
551 | static inline int ip_vs_addr_is_unicast(struct net *net, int af, | 550 | static inline int ip_vs_addr_is_unicast(struct net *net, int af, |
552 | union nf_inet_addr *addr) | 551 | union nf_inet_addr *addr) |
553 | { | 552 | { |
@@ -557,7 +556,6 @@ static inline int ip_vs_addr_is_unicast(struct net *net, int af, | |||
557 | #endif | 556 | #endif |
558 | return (inet_addr_type(net, addr->ip) == RTN_UNICAST); | 557 | return (inet_addr_type(net, addr->ip) == RTN_UNICAST); |
559 | } | 558 | } |
560 | #endif | ||
561 | 559 | ||
562 | /* | 560 | /* |
563 | * Pass or drop the packet. | 561 | * Pass or drop the packet. |