Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(network): don't use same ifname multiple times
If multiple ibft interfaces exist, set_ifname() may reuse the same name (usually "ibft0"), because it's usually called cmdline time, when no interfaces exist in sysfs yet. Remember the number used set and don't use it again.
- Loading branch information