patch-1.3.21 linux/net/ipv4/arp.c

Next file: linux/net/ipv4/icmp.c
Previous file: linux/net/ipv4/af_inet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.20/linux/net/ipv4/arp.c linux/net/ipv4/arp.c
@@ -691,7 +691,7 @@
  *	Check for bad requests for 127.x.x.x and requests for multicast
  *	addresses.  If this is one such, delete it.
  */
-	if (IN_LOOPBACK(tip) || IN_MULTICAST(tip))
+	if (LOOPBACK(tip) || MULTICAST(tip))
 	{
 		kfree_skb(skb, FREE_READ);
 		return 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this