On Wed, Oct 10, 2018 at 07:56:18PM +0200, Pablo Neira Ayuso wrote: > On Sun, Oct 07, 2018 at 12:09:32AM +0900, Taehee Yoo wrote: > > checkentry(tee_tg_check) should initialize priv->oif from dev if possible. > > But only netdevice notifier handler can set that. > > Hence priv->oif is always -1 until notifier handler is called. > > > > Fixes: 22265a5c3c10 ("netfilter: xt_TEE: resolve oif using netdevice notifiers") > > I think this should be: > > Fixes: 9e2f6c5d78db ("netfilter: Rework xt_TEE netdevice notifier") > > since this one deleted the register_netdevice_notifier() call that was > setting the output interface index. Applied, thanks. Fixed it here before applying, I just hope my Fixes: tag is correct. It it is not, just let me know, will wait a bit to push out changes.