TUN_USER_FEATURES
return (features & tun->set_features) | (features & ~TUN_USER_FEATURES);
tun->dev->wanted_features &= ~TUN_USER_FEATURES;
TUN_USER_FEATURES | NETIF_F_HW_VLAN_CTAG_TX |