summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-mac.xml.i
blob: e277de85c283f1a0dc8b528b07041764c459ec1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- included start from mac.xml.i -->
<leafNode name="mac">
  <properties>
    <help>Media Access Control (MAC) address</help>
    <valueHelp>
      <format>h:h:h:h:h:h</format>
      <description>Hardware (MAC) address</description>
    </valueHelp>
    <constraint>
      <validator name="mac-address"/>
    </constraint>
  </properties>
</leafNode>
<!-- included end -->