Files
twx-linux/net
Taehee Yoo e6e0001791 netfilter: xt_TEE: add missing code to get interface index in checkentry.
[ Upstream commit 18c0ab8736 ]

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: 9e2f6c5d78 ("netfilter: Rework xt_TEE netdevice notifier")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-03-13 14:02:40 -07:00
..
2019-01-13 09:51:08 +01:00
2019-02-23 09:07:27 +01:00
2019-02-06 17:30:07 +01:00
2019-01-13 09:51:00 +01:00
2019-01-09 17:38:33 +01:00