From cd40789a583c38423cea76355b375aa838893292 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 6 Dec 2021 17:17:49 -0600 Subject: docs: Make MACs lowercase in network config (#1135) LP: #1876941 --- doc/rtd/topics/network-config-format-v1.rst | 3 ++- doc/rtd/topics/network-config-format-v2.rst | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/rtd/topics') 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**: ** 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:: diff --git a/doc/rtd/topics/network-config-format-v2.rst b/doc/rtd/topics/network-config-format-v2.rst index af65a4ce..8b040ed2 100644 --- a/doc/rtd/topics/network-config-format-v2.rst +++ b/doc/rtd/topics/network-config-format-v2.rst @@ -107,7 +107,8 @@ NetworkManager does not. **macaddress**: *<(scalar)>* -Device's MAC address in the form XX:XX:XX:XX:XX:XX. Globs are not allowed. +Device's MAC address in the form xx:xx:xx:xx:xx:xx. Globs are not allowed. +Letters must be lowercase. .. note:: @@ -131,7 +132,7 @@ supported. Matching on driver is *only* supported with networkd. # fixed MAC address match: - macaddress: 11:22:33:AA:BB:FF + macaddress: 11:22:33:aa:bb:ff # first card of driver ``ixgbe`` match: -- cgit v1.2.3