828fb34563
- Add upstream patches 0001-po-add-Ukrainian-translation.patch 0002-man-document-yearly-and-annually-in-systemd.time-7.patch 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch - Add patch 0001-fix-only-discover-Xen-domU.patch to fix upstream patch 0004-systemd-detect-virt-only-discover-Xen-domU.patch - Check if NAME key has a value before going thru the rule (bnc#885232). Add 1051-check-if-NAME-has-a-value.patch - Add upstream patches 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch 0002-units-serial-getty-.service-use-the-default-RestartS.patch 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch - Add upstream patches 0001-po-add-Ukrainian-translation.patch 0002-man-document-yearly-and-annually-in-systemd.time-7.patch 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch - Add patch 0001-fix-only-discover-Xen-domU.patch to fix upstream patch 0004-systemd-detect-virt-only-discover-Xen-domU.patch - Check if NAME key has a value before going thru the rule (bnc#885232). Add 1051-check-if-NAME-has-a-value.patch - Add upstream patches 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch 0002-units-serial-getty-.service-use-the-default-RestartS.patch OBS-URL: https://build.opensuse.org/request/show/241318 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=193
13 lines
547 B
Diff
13 lines
547 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
|
|
@@ -5,6 +5,7 @@
|
|
ACTION=="remove", GOTO="net-sriov-names_end"
|
|
SUBSYSTEM!="net", GOTO="net-sriov-names_end"
|
|
KERNEL!="eth*", GOTO="net-sriov-names_end"
|
|
+NAME=="?*", GOTO="net-sriov-names_end"
|
|
|
|
IMPORT{cmdline}="net.ifnames"
|
|
ENV{net.ifnames}=="1", GOTO="net-sriov-names_end"
|