blob: af58fae3cdbfa8a00d96f485cef03030236747ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- included start from interface-hw-id.xml.i -->
<leafNode name="hw-id">
<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>
<!-- included end -->
|