Skip to content
Snippets Groups Projects
Commit 78f69b66 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

dnsmasq: add option broadcast to host sections


There are certain consumer devices which are outliers in protocol conformance.
An example is Samsung bluray players, which require broadcast DHCP responses
(on Ethernet only, strangely not on Wifi).

By specifying:

config host
	...
	option broadcast 1

this will enable the response to be sent as an Ethernet broadcast and not as
a unicast.

Signed-off-by: default avatarPhilip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 38365
parent 5f272ca8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment