blob: cefc9f0a0c9ee0035ce0f1b502417fb7c257b170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<leafNode name="mac">
<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>
</valueHelp>
<constraint>
<validator name="mac-address"/>
</constraint>
</properties>
</leafNode>
|