Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
systemd-mini.1059
1046-fix-duplicated-rules-with-layer3-interface...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1046-fix-duplicated-rules-with-layer3-interfaces.patch of Package systemd-mini.1059
Index: systemd-210/src/udev/rule_generator/write_net_rules =================================================================== --- systemd-210.orig/src/udev/rule_generator/write_net_rules +++ systemd-210/src/udev/rule_generator/write_net_rules @@ -101,6 +101,11 @@ if [ "$MATCHDEVID" ]; then fi if [ "$MATCHID" ]; then + ID="$(find_all_rules 'KERNELS==' "$MATCHID")" + if [ "$ID" == "$MATCHID" ]; then + unlock_rules_file + exit 0 + fi match="$match, KERNELS==\"$MATCHID\"" fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor