projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2cbd4
)
netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()
author
Patrick McHardy
<kaber@trash.net>
Sat, 1 May 2010 16:29:43 +0000
(18:29 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Sat, 1 May 2010 16:29:43 +0000
(18:29 +0200)
The message might be falsely triggered by non-H.323 traffic on port
1720.
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_h323_main.c
patch
|
blob
|
blame
|
history
diff --git
a/net/netfilter/nf_conntrack_h323_main.c
b/net/netfilter/nf_conntrack_h323_main.c
index a487c80380445a1c718c0f89cb984d62f987abaa..48bf15073a85bd682714e6b7ee3d15bf70d0ce27 100644
(file)
--- 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;
}