We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently duplicate MAC addresses for dhcphost are rejected:
dhcphost
hades/templates/schema.sql.j2
Line 283 in 8fb471c
It seems, that dnsmasq is fine with duplicate MAC addresses, as long as they are in different subnets:
https://github.com/dnsmasq/dnsmasq/blob/ce5732e84fc46d7f99c152f736cfb4ef5ec98a01/src/dhcp-common.c#L292
If that's the case, we should allow that, because duplicate MAC addresses can happen, if users move.
The text was updated successfully, but these errors were encountered:
Fixed in 2ec2219
Sorry, something went wrong.
Not quite fixed:
Lines 792 to 796 in 2ec2219
This index still prevents multiple MAC addresses.
sebschrader
No branches or pull requests
Currently duplicate MAC addresses for
dhcphost
are rejected:hades/templates/schema.sql.j2
Line 283 in 8fb471c
It seems, that dnsmasq is fine with duplicate MAC addresses, as long as they are in different subnets:
https://github.com/dnsmasq/dnsmasq/blob/ce5732e84fc46d7f99c152f736cfb4ef5ec98a01/src/dhcp-common.c#L292
If that's the case, we should allow that, because duplicate MAC addresses can happen, if users move.
The text was updated successfully, but these errors were encountered: