From: Tom Gundersen Date: Tue, 15 Jul 2014 16:55:31 +0000 (+0200) Subject: sd-dhcp-client: make request broadcasts opt-in X-Git-Tag: v216~617 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f5de5b00204f041aaec828d336c8afd9e860a5c3;hp=f5de5b00204f041aaec828d336c8afd9e860a5c3;p=elogind.git sd-dhcp-client: make request broadcasts opt-in It appears there is no good way to decide whether or not broadcasts should be enabled, there is hardware that must have broadcast, and there are networks that only allow unicast. So we give up and make this configurable. By default, unicast is used, but if the kernel were to inform us abotu certain interfaces requiring broadcast, we could change this to opt-in by default in those cases. ---