summaryrefslogtreecommitdiff
path: root/interface-definitions/include/nat64-protocol.xml.i
blob: 9432e6a871fa3b722b43ff0bb499b5d3d6fd6271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- include start from nat64-protocol.xml.i -->
<node name="protocol">
  <properties>
    <help>Apply translation address to a specfic protocol</help>
  </properties>
  <children>
    <leafNode name="tcp">
      <properties>
        <help>Transmission Control Protocol</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="udp">
      <properties>
        <help>User Datagram Protocol</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="icmp">
      <properties>
        <help>Internet Control Message Protocol</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->