blob: 55ef55add0d1df37d9c1289233f2a1b7b0331aec (
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>macaddr</format>
<description>Hardware (MAC) address</description>
</valueHelp>
<constraint>
<validator name="mac-address"/>
</constraint>
</properties>
</leafNode>
<!-- included end -->
|