blob: 989cd9cb7515bce3d75284678abf1392e0bfa3d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from interface/interface-hw-id.xml.i -->
<leafNode name="hw-id">
<properties>
<help>Associate Ethernet Interface with given Media Access Control (MAC) address</help>
<valueHelp>
<format>macaddr</format>
<description>Hardware (MAC) address</description>
</valueHelp>
<constraint>
<validator name="mac-address"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|