Skip to content
Commit 22265a5c authored by Patrick McHardy's avatar Patrick McHardy
Browse files

netfilter: xt_TEE: resolve oif using netdevice notifiers



Replace the runtime oif name resolving by netdevice notifier based
resolving. When an oif is given, a netdevice notifier is registered
to resolve the name on NETDEV_REGISTER or NETDEV_CHANGE and unresolve
it again on NETDEV_UNREGISTER or NETDEV_CHANGE to a different name.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 5b775eb1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment