macvlan/macvtap: Remove NETIF_F_UFO advertisement.
It is going away. Signed-off-by: David S. Miller <davem@davemloft.net>
Esse commit está contido em:
@@ -49,7 +49,7 @@ static struct class macvtap_class = {
|
||||
static struct cdev macvtap_cdev;
|
||||
|
||||
#define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
|
||||
NETIF_F_TSO6 | NETIF_F_UFO)
|
||||
NETIF_F_TSO6)
|
||||
|
||||
static void macvtap_count_tx_dropped(struct tap_dev *tap)
|
||||
{
|
||||
|
Referência em uma nova issue
Block a user