Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#2073003) udev/net_id: avoid slot based names only for single function devices #94

Commits on Jul 19, 2022

  1. udev/net_id: avoid slot based names only for single function devices

    If we have two or more devices that share the same slot but they are
    also multifunction then it is OK to use the slot information even if it
    is the same for all of them. Name conflict will be avoided because we
    will append function number and form names like, ens1f1, ens1f2...
    
    (cherry picked from commit 66425da)
    
    Resolves: #2073003
    msekletar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3500de2 View commit details
    Browse the repository at this point in the history