This patchset fix bugs in xt_TEE.c

First patch fixes wrong interface selection.
In the netdevice notifier handler of xt_TEE, other netns's interface
could be selected. but that is wrong behaviour.

Second patch adds missing code that finds interface's index(dev->ifindex)
when rule is inserted.

Taehee Yoo (2):
  netfilter: xt_TEE: fix wrong interface selection
  netfilter: xt_TEE: add missing code to get interface index in
    checkentry.

 net/netfilter/xt_TEE.c | 76 ++++++++++++++++++++++++++++++++----------
 1 file changed, 59 insertions(+), 17 deletions(-)

-- 
2.17.1

Reply via email to