--- zzzz-none-000/linux-4.1.52/net/netfilter/xt_NFLOG.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/net/netfilter/xt_NFLOG.c 2022-03-02 11:37:14.000000000 +0000 @@ -27,6 +27,11 @@ const struct xt_nflog_info *info = par->targinfo; struct nf_loginfo li; struct net *net = dev_net(par->in ? par->in : par->out); +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG_FEATURE) + skb->ipt_check |= IPT_TARGET_NFLOG; + if ( skb->ipt_check & IPT_TARGET_CHECK ) + return XT_CONTINUE; +#endif li.type = NF_LOG_TYPE_ULOG; li.u.ulog.copy_len = info->len;