patch-2.4.17 linux/net/core/neighbour.c
Next file: linux/net/core/rtnetlink.c
Previous file: linux/net/core/datagram.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/core/neighbour.c
- Orig date:
Mon Oct 1 16:19:56 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/core/neighbour.c linux/net/core/neighbour.c
@@ -1172,9 +1172,6 @@
return 0;
}
-#ifdef CONFIG_RTNETLINK
-
-
int neigh_delete(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
{
struct ndmsg *ndm = NLMSG_DATA(nlh);
@@ -1438,12 +1435,7 @@
netlink_broadcast(rtnl, skb, 0, RTMGRP_NEIGH, GFP_ATOMIC);
}
-
-
-#endif
-
-
-#endif
+#endif /* CONFIG_ARPD */
#ifdef CONFIG_SYSCTL
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)