[PATCH] Fix of wrong ipt debug messages

From: Kirill Korotaev (kksx_at_mail.ru)
Date: 08/31/04

  • Next message: ml: "2.4.27: Oops while mounting cdrom with ide-scsi"
    To: torvalds@osdl.org, akpm@osdl.org
    Date:	Tue, 31 Aug 2004 18:42:05 +0400
    
    
    

    This patch fixes wrong ipt debug messages.
    The problem is that when CONFIG_NETFILTER_DEBUG is set,
    parp_redo() can flood debug output like this:

    Mar 13 19:57:19 ts1 nf_hook: hook 0 already set.
    Mar 13 19:57:19 ts1 skb: pf=0 (unowned) dev=eth0 len=46
    .......

    Kirill

    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: ml: "2.4.27: Oops while mounting cdrom with ide-scsi"