summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-hw-id.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-23 14:26:00 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-23 14:26:00 +0100
commit8926edf6b64adc550ee2f6bee9a78a43d46a2053 (patch)
tree7421220fa19668ab756763ea4b36396abbc05f99 /interface-definitions/include/interface-hw-id.xml.i
parent40c653f45b1692bcd3add6a6d36e40ceac90e8bc (diff)
downloadvyos-1x-8926edf6b64adc550ee2f6bee9a78a43d46a2053.tar.gz
vyos-1x-8926edf6b64adc550ee2f6bee9a78a43d46a2053.zip
xml: use "macaddr" key over individual "h:h:h:h:h:h" notation
Diffstat (limited to 'interface-definitions/include/interface-hw-id.xml.i')
-rw-r--r--interface-definitions/include/interface-hw-id.xml.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/interface-hw-id.xml.i b/interface-definitions/include/interface-hw-id.xml.i
index af58fae3c..55ef55add 100644
--- a/interface-definitions/include/interface-hw-id.xml.i
+++ b/interface-definitions/include/interface-hw-id.xml.i
@@ -3,8 +3,8 @@
<properties>
<help>Associate Ethernet Interface with given Media Access Control (MAC) address</help>
<valueHelp>
- <format>h:h:h:h:h:h</format>
- <description>Hardware Media Access Control (MAC) address</description>
+ <format>macaddr</format>
+ <description>Hardware (MAC) address</description>
</valueHelp>
<constraint>
<validator name="mac-address"/>