aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/neighbour.c')
-rw-r--r--net/core/neighbour.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index 60533db8b72d..6072610a8672 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
@@ -2759,13 +2759,11 @@ errout:
2759 rtnl_set_sk_err(net, RTNLGRP_NEIGH, err); 2759 rtnl_set_sk_err(net, RTNLGRP_NEIGH, err);
2760} 2760}
2761 2761
2762#ifdef CONFIG_ARPD
2763void neigh_app_ns(struct neighbour *n) 2762void neigh_app_ns(struct neighbour *n)
2764{ 2763{
2765 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST); 2764 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST);
2766} 2765}
2767EXPORT_SYMBOL(neigh_app_ns); 2766EXPORT_SYMBOL(neigh_app_ns);
2768#endif /* CONFIG_ARPD */
2769 2767
2770#ifdef CONFIG_SYSCTL 2768#ifdef CONFIG_SYSCTL
2771static int zero; 2769static int zero;