mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 04:50:43 +02:00
platform: fix nm_platform_lnk_macvlan_cmp() to consider "tap" field
This commit is contained in:
parent
26f04fd886
commit
b002357f5f
1 changed files with 2 additions and 1 deletions
|
|
@ -4236,7 +4236,8 @@ nm_platform_lnk_macvlan_cmp (const NMPlatformLnkMacvlan *a, const NMPlatformLnkM
|
|||
{
|
||||
_CMP_SELF (a, b);
|
||||
_CMP_FIELD (a, b, mode);
|
||||
_CMP_FIELD_BOOL (a, b, no_promisc);
|
||||
_CMP_FIELD (a, b, no_promisc);
|
||||
_CMP_FIELD (a, b, tap);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue