--- zzzz-none-000/linux-4.1.38/net/netfilter/xt_CLASSIFY.c 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/net/netfilter/xt_CLASSIFY.c 2020-11-25 10:06:48.000000000 +0000 @@ -33,6 +33,12 @@ { const struct xt_classify_target_info *clinfo = par->targinfo; +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG_FEATURE) + skb->ipt_check |= IPT_TARGET_CLASSIFY; + if ( skb->ipt_check & IPT_TARGET_CHECK ) + return XT_CONTINUE; +#endif + skb->priority = clinfo->priority; return XT_CONTINUE; }