diff options
author | James Falcon <james.falcon@canonical.com> | 2021-12-06 17:17:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 16:17:49 -0700 |
commit | cd40789a583c38423cea76355b375aa838893292 (patch) | |
tree | 56cfde8efe99ee7bae4f879ea40740813de49d5a /doc/rtd/topics/network-config-format-v1.rst | |
parent | bedac77e9348e7a54c0ec364fb61df90cd893972 (diff) | |
download | vyos-cloud-init-cd40789a583c38423cea76355b375aa838893292.tar.gz vyos-cloud-init-cd40789a583c38423cea76355b375aa838893292.zip |
docs: Make MACs lowercase in network config (#1135)
LP: #1876941
Diffstat (limited to 'doc/rtd/topics/network-config-format-v1.rst')
-rw-r--r-- | doc/rtd/topics/network-config-format-v1.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rtd/topics/network-config-format-v1.rst b/doc/rtd/topics/network-config-format-v1.rst index 3202163b..4c013d92 100644 --- a/doc/rtd/topics/network-config-format-v1.rst +++ b/doc/rtd/topics/network-config-format-v1.rst @@ -62,7 +62,8 @@ structure. **mac_address**: *<MAC Address>* The MAC Address is a device unique identifier that most Ethernet-based network -devices possess. Specifying a MAC Address is optional. +devices possess. Specifying a MAC Address is optional. +Letters must be lowercase. .. note:: |