Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate mac address on Hardware spec:
This only allows lower case mac addresses. This simplifies matching/looking up mac addresses. Without this values could be upper case or mixed case. Upper case and mixed cases will cause clients to miss lookups if using the wrong case. This standardized to lowercase to remove this error prone interaction. Signed-off-by: Jacob Weinstock <[email protected]>
- Loading branch information