Commit e772c349 authored by Patrick McHardy's avatar Patrick McHardy

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: default avatarPatrick McHardy <kaber@trash.net>
parent 4b2cbd42
...@@ -194,8 +194,7 @@ static int get_tpkt_data(struct sk_buff *skb, unsigned int protoff, ...@@ -194,8 +194,7 @@ static int get_tpkt_data(struct sk_buff *skb, unsigned int protoff,
return 0; return 0;
} }
if (net_ratelimit()) pr_debug("nf_ct_h323: incomplete TPKT (fragmented?)\n");
printk("nf_ct_h323: incomplete TPKT (fragmented?)\n");
goto clear_out; goto clear_out;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment