forked from pool/systemd
49fa4f55de
- Only rename SRIOV-VF devices if device name start with eth (bnc#885232). Add 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch - Only rename SRIOV-VF devices if device name start with eth (bnc#885232). Add 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch OBS-URL: https://build.opensuse.org/request/show/241066 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=718
13 lines
509 B
Diff
13 lines
509 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
|
|
@@ -4,6 +4,7 @@
|
|
|
|
ACTION=="remove", GOTO="net-sriov-names_end"
|
|
SUBSYSTEM!="net", GOTO="net-sriov-names_end"
|
|
+KERNEL!="eth*", GOTO="net-sriov-names_end"
|
|
|
|
IMPORT{cmdline}="net.ifnames"
|
|
ENV{net.ifnames}=="1", GOTO="net-sriov-names_end"
|