Explorar o código

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 <kaber@trash.net>
Patrick McHardy %!s(int64=15) %!d(string=hai) anos
pai
achega
e772c349a1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      net/netfilter/nf_conntrack_h323_main.c

+ 1 - 2
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;
 	}