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

Specify MAC address format like this example 00-00-5E-00-53-23 #456

Merged
merged 5 commits into from
Feb 11, 2021

Commits on Feb 11, 2021

  1. Suggest MAC address format like this example 00-00-5E-00-53-23

    Reasons for choosing this format:
    
    * IEEE 802 uses this format: https://en.wikipedia.org/wiki/MAC_address#Notational_conventions
    * IETF uses this format: https://tools.ietf.org/html/rfc7042
    
    It is not yet clear if we should prefer upper or lowercase. I just went
    with uppercase for now because that is what the references above use.
    
    Reason for choosing 00-00-5E-00-53-23:
    
    It is in the range of unicast MAC addresses reserved for documentation
    as specified by: https://tools.ietf.org/html/rfc7042#section-2.1.2
    ypid-geberit committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fd7b865 View commit details
    Browse the repository at this point in the history
  2. adding short descriptions

    ebeahan committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    aaae0eb View commit details
    Browse the repository at this point in the history
  3. generating artifacts

    ebeahan committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a889d2f View commit details
    Browse the repository at this point in the history
  4. changelog

    ebeahan committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    02db878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a35ee9 View commit details
    Browse the repository at this point in the history