diff --git a/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules b/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules index 302f41ba..a8c3cf51 100644 --- a/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules +++ b/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules @@ -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"