You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
John Crispin 5046209312 dnsmasq: Fix hosts file format when MAC address is not specified
An entry like this in /etc/config/dhcp:

    config 'host'
        option 'name' 'pc2'
        option 'ip' '192.168.100.56'
        option 'dns' '1'

results in a /tmp/hosts/dhcp entry that looks like this:

    192.168.100.56 .lan

Obviously it should say "pc2.lan".

This happens because $name is set to "" in order to support the MAC-less
syntax: "--dhcp-host=lap,192.168.0.199".  Fix this by reordering the
operations.  Also, refuse to add a DNS entry if the hostname or IP is
missing.

Fixes #17683

Reported-by: Kostas Papadopoulos <kpapad75@travelguide.gr>
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>

SVN-Revision: 42319
10 years ago
..
base-files package/*: remove useless explicit set of function returncode 10 years ago
boot uboot-kirkwood: bump to 2014.07 10 years ago
devel valgrind: fix build failure on uml 10 years ago
firmware kernel: add staging r8188eu module (3.13) 10 years ago
kernel kernel: revert [40784] 10 years ago
libs uclient: update to latest version, fixes HTTP keepalive issues 10 years ago
network dnsmasq: Fix hosts file format when MAC address is not specified 10 years ago
system package/*: remove useless explicit set of function returncode 10 years ago
utils usbmode: update to latest git 10 years ago
Makefile build: consider sub-directories when deploying packages to image with CONFIG_PER_FEED_REPO (#17430) 10 years ago