From: Patrick McHardy Date: Sat, 1 May 2010 16:29:43 +0000 (+0200) Subject: netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug() X-Git-Tag: 2.1b_release~8374^2~168^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e772c349a11de448f194d0c9f2e7eb23800e1a13;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug() The message might be falsely triggered by non-H.323 traffic on port 1720. Signed-off-by: Patrick McHardy --- diff --git a/net/netfilter/nf_conntrack_h323_main.c b/net/netfilter/nf_conntrack_h323_main.c index a487c80..48bf150 100644 --- a/net/netfilter/nf_conntrack_h323_main.c +++ b/net/netfilter/nf_conntrack_h323_main.c @@ -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; }