forked from luck/tmp_suning_uos_patched
[IPV4] igmp: remove pointless printk
This is easily triggerable by sending bogus packets, allowing a malicious user to flood remote logs. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e2c2fc2c8f
commit
c5d90e0004
|
@ -970,7 +970,6 @@ int igmp_rcv(struct sk_buff *skb)
|
|||
case IGMP_MTRACE_RESP:
|
||||
break;
|
||||
default:
|
||||
NETDEBUG(KERN_DEBUG "New IGMP type=%d, why we do not know about it?\n", ih->type);
|
||||
}
|
||||
|
||||
drop:
|
||||
|
|
Loading…
Reference in New Issue
Block a user