mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 03:48:09 +02:00
platform: fix nm_platform_link_cmp() to consider ifindex
(cherry picked from commit f167346534)
This commit is contained in:
parent
2a8e698b76
commit
495209c145
1 changed files with 1 additions and 0 deletions
|
|
@ -2623,6 +2623,7 @@ int
|
|||
nm_platform_link_cmp (const NMPlatformLink *a, const NMPlatformLink *b)
|
||||
{
|
||||
_CMP_POINTER (a, b);
|
||||
_CMP_FIELD (a, b, ifindex);
|
||||
_CMP_FIELD (a, b, type);
|
||||
_CMP_FIELD_STR (a, b, name);
|
||||
_CMP_FIELD (a, b, master);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue