-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently duplicate MAC addresses for dhcphost are rejected:
Line 283 in 8fb471c
| CREATE MATERIALIZED VIEW dhcphost AS |
It seems, that dnsmasq is fine with duplicate MAC addresses, as long as they are in different subnets:
If that's the case, we should allow that, because duplicate MAC addresses can happen, if users move.
Reactions are currently unavailable