Merge "don't configure 'lo' for dhcp"

This commit is contained in:
Jenkins 2016-09-20 23:37:42 +00:00 committed by Gerrit Code Review
commit 0559818e04

View File

@ -1 +1 @@
SUBSYSTEM=="net", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="dhcp-interface@$name.service"
SUBSYSTEM=="net", KERNEL!="lo", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="dhcp-interface@$name.service"