Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e772c349 authored by Patrick McHardy's avatar Patrick McHardy
Browse files

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}