Skip to content

Commit

Permalink
netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()
Browse files Browse the repository at this point in the history
The message might be falsely triggered by non-H.323 traffic on port
1720.

Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Patrick McHardy committed May 1, 2010
1 parent 4b2cbd4 commit e772c34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/netfilter/nf_conntrack_h323_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e772c34

Please sign in to comment.