19.07.04 - LUCI not showing multiple MAC address in DHCP page

Apologies if I missed reading a change log or overlooked a Forum entry.

Just wondering of change of behaviour. I have configured my IP reservations in the way that multiple MAC address would get same IP (e.g. wired and wireless interface of my PC).

The DHCP entry looks like this

config host
	option name 'printer'
	option ip '192.168.100.24'
	option mac '30:05:5c:40:04:ff 14:2d:27:96:02:25'

On 18.06 on the DHCP/DNS Page in LUCI this would have been displayed correctly. But on 19.07 it just shows none in the MAC field

Screenshot from 2020-11-06 19-17-17

Split option to list.

@vgaetera mind to give a bit more details? Because sofar I only know list dhcp_option but not aware for mac?.

1 Like

Appreciated, with that info I translated my 18.06 file

config host
	option name 'printer'
	option ip '192.168.100.24'
	list mac '30:05:5c:40:04:ff'
    list mac '14:2d:27:96:02:25'

And now it is also displayed correctly in LUCI. Interesting is that when created in LUCI it was also not using the list option.

1 Like

You can file an issue here:
https://github.com/openwrt/luci/issues

Thanks for reminding, will do after I done one more test to verify

1 Like

For reference

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.