On Tuesday 2010-06-22 18:44, tim.gardner@xxxxxxxxxxxxx wrote: > net/netfilter/xt_connbytes.c | 13 ++++++++++++- > 1 files changed, 12 insertions(+), 1 deletions(-) > >+ * accounting is enabled, so complain about it until someone notices. >+ * It _should_ only print one warning message. >+ */ >+ if (unlikely(nf_ct_acct_enabled(ct) == false)) { >+ if (net_ratelimit()) >+ pr_warning("ipt_connbytes: Force enabling CT accounting\n"); >+ nf_ct_set_acct(ct, true); >+ } Am I in a timewarp vortex? It's xt_connbytes, not ipt_connbytes. Better yet, use KBUILD_MODNAME together with pr_fmt. -- 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