patch-2.1.99 linux/net/ipv4/icmp.c
Next file: linux/net/ipv4/ip_output.c
Previous file: linux/net/ipv4/fib_semantics.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Apr 30 09:37:23 1998
- Orig file:
v2.1.98/linux/net/ipv4/icmp.c
- Orig date:
Tue Apr 14 14:29:26 1998
diff -u --recursive --new-file v2.1.98/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -3,7 +3,7 @@
*
* Alan Cox, <alan@cymru.net>
*
- * Version: $Id: icmp.c,v 1.40 1998/04/11 09:38:24 freitag Exp $
+ * Version: $Id: icmp.c,v 1.41 1998/04/29 22:12:10 alan Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -680,7 +680,7 @@
if (inet_addr_type(iph->daddr) == RTN_BROADCAST)
{
if (net_ratelimit())
- printk("%s sent an invalid ICMP error to a broadcast.\n",
+ printk(KERN_WARNING "%s sent an invalid ICMP error to a broadcast.\n",
in_ntoa(skb->nh.iph->saddr));
return;
}
@@ -856,6 +856,9 @@
* All these rules are so bizarre, that I removed kernel addrmask
* support at all. It is wrong, it is obsolete, nobody uses it in
* any case. --ANK
+ *
+ * Furthermore you can do it with a usermode address agent program
+ * anyway...
*/
static void icmp_address(struct icmphdr *icmph, struct sk_buff *skb, int len)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov