Commit 317a79c
hw-mgmt: rules: Fix usb0 interface rule to work with kernel 6.12
On kernel 6.12 usb0 interface is named usb0 from the beginning,
unlike kernel 6.1, which creates it as ethX. For some reason the
NAME==usb0 matching doesn't work on kernel 6.12. Update the renaming
rule to force NAME=usb0 also on kernel 6.12, so that matching works
as expected.
Bug: 4834017
Signed-off-by: Felix Radensky <fradensky@nvidia.com>1 parent 2344f1c commit 317a79c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments