summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface/hw-id.xml.i
blob: a3a1eec7c6d4f2c987207064e8685e30695ebd46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include 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>
<!-- include end -->