1# do not edit this file, it will be overwritten on update 2 3ACTION=="remove", GOTO="net_dhcp_end" 4SUBSYSTEM!="net", GOTO="net_dhcp_end" 5 6# Network interfaces requiring DHCPOFFER messages to be broadcast 7# must set ID_NET_DHCP_BROADCAST to "1". This property will be 8# checked by the networkd DHCP4 client to set the DHCP option 9 10# s390 ccwgroup interfaces in layer3 mode need broadcast DHCPOFFER 11# using the link driver to detect this condition 12ENV{ID_NET_DRIVER}=="qeth_l3", ENV{ID_NET_DHCP_BROADCAST}="1" 13 14LABEL="net_dhcp_end" 15