mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
Various libraries, like libnl and wpa_driver_nl80211, used hardcoded values for the interface index (ifindex) and name (ifname). To accomdate the legacy as well as the upcoming new driver we add functions to query these information where at least the index differs. Issue #4455.