patch-2.4.10 linux/net/ipv6/sit.c
Next file: linux/net/ipv6/tcp_ipv6.c
Previous file: linux/net/ipv6/route.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Sep 7 11:01:21 2001
- Orig file:
v2.4.9/linux/net/ipv6/sit.c
- Orig date:
Thu May 24 15:00:59 2001
diff -u --recursive --new-file v2.4.9/linux/net/ipv6/sit.c linux/net/ipv6/sit.c
@@ -6,7 +6,7 @@
* Pedro Roque <roque@di.fc.ul.pt>
* Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
*
- * $Id: sit.c,v 1.51 2001/05/17 04:12:18 davem Exp $
+ * $Id: sit.c,v 1.52 2001/09/01 00:31:50 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -482,7 +482,8 @@
neigh = skb->dst->neighbour;
if (neigh == NULL) {
- printk(KERN_DEBUG "sit: nexthop == NULL\n");
+ if (net_ratelimit())
+ printk(KERN_DEBUG "sit: nexthop == NULL\n");
goto tx_error;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)