commit | 7a27fc6d536b36a29c0ed4bfff7035420f4df216 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Fri Jul 21 12:49:29 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 13:52:59 2017 -0700 |
tree | a3633eddac899dba0e748d375f3906d61e5765cf | |
parent | d764a122cc7af7ab1c40c08745f0fcd33cc2f7db [diff] |
net: check UDP tunnel RX port offload feature before calling tunnel ndo ndo If NETIF_F_RX_UDP_TUNNEL_PORT was disabled on a given netdevice, skip the tunnel offload ndo call during tunnel port creation and deletion. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: David S. Miller <davem@davemloft.net>