forked from pool/systemd
b64a7017c6
- Drop renaming virtual interfaces in a guest (bnc#898432). Add 1088-drop-renaming-of-virtual-interfaces-in-guest.patch - Drop renaming virtual interfaces in a guest (bnc#898432). Add 1088-drop-renaming-of-virtual-interfaces-in-guest.patch OBS-URL: https://build.opensuse.org/request/show/252434 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=794
12 lines
530 B
Diff
12 lines
530 B
Diff
Index: systemd-210/src/udev/rule_generator/76-net-sriov-names.rules
|
|
===================================================================
|
|
--- systemd-210.orig/src/udev/rule_generator/76-net-sriov-names.rules
|
|
+++ systemd-210/src/udev/rule_generator/76-net-sriov-names.rules
|
|
@@ -15,6 +15,5 @@ SUBSYSTEM=="net", SUBSYSTEMS=="pci", ACT
|
|
|
|
# rename interface if needed
|
|
ENV{INTERFACE_NEW}=="?*", NAME="$env{INTERFACE_NEW}"
|
|
-ENV{INTERFACE_NEW}=="", DRIVERS=="cxgb4vf|igbvf|ixgbevf", NAME="vf$attr{ifindex}"
|
|
|
|
LABEL="net-sriov-names_end"
|