mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 17:30:04 +01:00
libnm-platform: fix not set MACVTAP when cache ops added or updated
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2151
This commit is contained in:
parent
7f381c9d68
commit
3aa6e689ec
1 changed files with 1 additions and 1 deletions
|
|
@ -7562,7 +7562,7 @@ cache_on_change(NMPlatform *platform,
|
||||||
NM_LINK_TYPE_IP6GRETAP,
|
NM_LINK_TYPE_IP6GRETAP,
|
||||||
NM_LINK_TYPE_INFINIBAND,
|
NM_LINK_TYPE_INFINIBAND,
|
||||||
NM_LINK_TYPE_MACVLAN,
|
NM_LINK_TYPE_MACVLAN,
|
||||||
NM_LINK_TYPE_MACVLAN,
|
NM_LINK_TYPE_MACVTAP,
|
||||||
NM_LINK_TYPE_SIT,
|
NM_LINK_TYPE_SIT,
|
||||||
NM_LINK_TYPE_TUN,
|
NM_LINK_TYPE_TUN,
|
||||||
NM_LINK_TYPE_VLAN,
|
NM_LINK_TYPE_VLAN,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue