Ticket #319 (closed defect: fixed)
Multiple MAC addresses for the same ip adress
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | LuCI Applications | Keywords: | |
| Cc: |
Description (last modified by jow) (diff)
Dnsmasq supports to assign the same ip address different MAC addresses, unfortunately LuCI doesn't support this yet. It works in uCI when I edit it manually, however LuCI complains that the form isn't valid and won't save it, which is quite annoying.
The uCI entry looks something like this:
config 'host'
option 'name' 'test'
option 'mac' '00:00:00:00:00:00,ff:ff:ff:ff:ff:ff'
option 'ip' '192.168.0.1'
But whenever trying to edit the LuCI page it tells me "Some fields are invalid, cannot save values!".
As it works right away with uCI itself, the LuCI validation should be fixed, which shouldn't be that much work.
