]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()
authorPatrick McHardy <kaber@trash.net>
Sat, 1 May 2010 16:29:43 +0000 (18:29 +0200)
committerPatrick McHardy <kaber@trash.net>
Sat, 1 May 2010 16:29:43 +0000 (18:29 +0200)
The message might be falsely triggered by non-H.323 traffic on port
1720.

Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_h323_main.c

index a487c80380445a1c718c0f89cb984d62f987abaa..48bf15073a85bd682714e6b7ee3d15bf70d0ce27 100644 (file)
@@ -194,8 +194,7 @@ static int get_tpkt_data(struct sk_buff *skb, unsigned int protoff,
                        return 0;
                }
 
-               if (net_ratelimit())
-                       printk("nf_ct_h323: incomplete TPKT (fragmented?)\n");
+               pr_debug("nf_ct_h323: incomplete TPKT (fragmented?)\n");
                goto clear_out;
        }