Skip to content

Commit

Permalink
Specify MAC address format like this example 00-00-5E-00-53-23
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ypid-geberit committed May 16, 2019
1 parent 580752c commit 9f3f531
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions schemas/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- name: mac
level: core
type: keyword
example: 00-00-5E-00-53-23
description: >
MAC address of the client.
Expand Down
1 change: 1 addition & 0 deletions schemas/destination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- name: mac
level: core
type: keyword
example: 00-00-5E-00-53-23
description: >
MAC address of the destination.
Expand Down
1 change: 1 addition & 0 deletions schemas/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- name: mac
level: core
type: keyword
example: 00-00-5E-00-53-23
description: >
Host mac address.
Expand Down
1 change: 1 addition & 0 deletions schemas/observer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- name: mac
level: core
type: keyword
example: 00-00-5E-00-53-23
description: >
MAC address of the observer
- name: ip
Expand Down
1 change: 1 addition & 0 deletions schemas/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- name: mac
level: core
type: keyword
example: 00-00-5E-00-53-23
description: >
MAC address of the server.
Expand Down
1 change: 1 addition & 0 deletions schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- name: mac
level: core
type: keyword
example: 00-00-5E-00-53-23
description: >
MAC address of the source.
Expand Down

0 comments on commit 9f3f531

Please sign in to comment.