Like this? parent ad146381889371c2d1b89b27d9dc70ae257fc1c8 (v3.1-rc2-2-gad14638) commit 51b33b93d4c2e6c63afb177158f660fd17daf47c Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Tue Aug 23 15:07:00 2011 +0200 netfilter: better wording for table-full message Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- net/netfilter/nf_conntrack_core.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c index f7af8b8..eb4be11 100644 --- a/net/netfilter/nf_conntrack_core.c +++ b/net/netfilter/nf_conntrack_core.c @@ -649,8 +649,9 @@ __nf_conntrack_alloc(struct net *net, u16 zone, atomic_dec(&net->ct.count); if (net_ratelimit()) printk(KERN_WARNING - "nf_conntrack: table full, dropping" - " packet.\n"); + "nf_conntrack: table full, no new " + "CT created, packet will have " + "classification INVALID.\n"); return ERR_PTR(-ENOMEM); } } -- # Created with git-export-patch -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html