Skip to content
New issue

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

Validate mac address on Hardware spec: #628

Merged
merged 1 commit into from
Jun 14, 2022

Commits on Jun 14, 2022

  1. 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 <jakobweinstock@gmail.com>
    jacobweinstock committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    733e536 View commit details
    Browse the repository at this point in the history