24 Aug
2024
24 Aug
'24
04:02
https://bugzilla.suse.com/show_bug.cgi?id=1229555 https://bugzilla.suse.com/show_bug.cgi?id=1229555#c7 --- Comment #7 from Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com> --- I think the issue is in the condition ``` if (dev->link.type != NI_IFTYPE_UNKNOWN || !maybe_dummy(dev->name)) ``` because `link.type` *is* "unknown" *and* it is *not* matching the dummy name expression checked via `maybe_dummy()`. I think this can be remediated by only calling `maybe_dummy()` if `iftype` is falsy (i.e. if the `INTERFACETYPE` lookup did not already yield `dummy`). I submitted a patch implementing this suggestion via https://github.com/openSUSE/wicked/pull/1031. -- You are receiving this mail because: You are on the CC list for the bug.