-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
In #2946 we've added some validations for clients' hostnames. Some additional validations that we would like to add are:
-
Hostname uniqueness validation among our DHCP clients.
-
I'm not sure if we want this, but probably we should validate that the hostnames that clients send are actually valid domain name labels (that is,my-example-machine) as opposed to domain names (that is,my.example.machine).We decided to instead normalise the names using the algorithm described in this comment below.
@ameshkov, what do you think? Anything else I forgot?
Reactions are currently unavailable