Skip to content

Allow same MAC addresses in different networks #92

@sebschrader

Description

@sebschrader

Currently duplicate MAC addresses for dhcphost are rejected:

CREATE MATERIALIZED VIEW dhcphost AS

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions