]> git.ipfire.org Git - thirdparty/systemd.git/blob - rules.d/81-net-dhcp.rules
Merge pull request #33352 from YHNdnzj/freeconp-void
[thirdparty/systemd.git] / rules.d / 81-net-dhcp.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="net_dhcp_end"
4 SUBSYSTEM!="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
12 ENV{ID_NET_DRIVER}=="qeth_l3", ENV{ID_NET_DHCP_BROADCAST}="1"
13
14 LABEL="net_dhcp_end"