summaryrefslogtreecommitdiff
path: root/interface-definitions/nat64.xml.in
blob: 4b3c157cc122ac36320bf812b02540fdd310acfb (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="nat64" owner="${vyos_conf_scripts_dir}/nat64.py">
    <properties>
      <help>Network Address Translation (NAT64) parameters</help>
      <priority>501</priority>
    </properties>
    <children>
      <node name="source">
        <properties>
          <help>IPv6 source to IPv4 destination address translation</help>
        </properties>
        <children>
          <tagNode name="rule">
            <properties>
              <help>Source NAT64 rule number</help>
              <valueHelp>
                <format>u32:1-999999</format>
                <description>Number for this rule</description>
              </valueHelp>
              <constraint>
                <validator name="numeric" argument="--range 1-999999"/>
              </constraint>
              <constraintErrorMessage>NAT64 rule number must be between 1 and 999999</constraintErrorMessage>
            </properties>
            <children>
              #include <include/generic-description.xml.i>
              #include <include/generic-disable-node.xml.i>
              <node name="match">
                <properties>
                  <help>Match</help>
                </properties>
                <children>
                  <leafNode name="mark">
                    <properties>
                      <help>Match fwmark value</help>
                      <valueHelp>
                        <format>u32:1-2147483647</format>
                        <description>Fwmark value to match against</description>
                      </valueHelp>
                      <constraint>
                        <validator name="numeric" argument="--range 1-2147483647"/>
                      </constraint>
                    </properties>
                  </leafNode>
                </children>
              </node>
              <node name="source">
                <properties>
                  <help>IPv6 source prefix options</help>
                </properties>
                <children>
                  <leafNode name="prefix">
                    <properties>
                      <help>IPv6 prefix to be translated</help>
                      <valueHelp>
                        <format>ipv6net</format>
                        <description>IPv6 prefix</description>
                      </valueHelp>
                      <constraint>
                        <validator name="ipv6-prefix"/>
                      </constraint>
                    </properties>
                  </leafNode>
                </children>
              </node>
              <node name="translation">
                <properties>
                  <help>Translated IPv4 address options</help>
                </properties>
                <children>
                  <tagNode name="pool">
                    <properties>
                      <help>Translation IPv4 pool number</help>
                      <valueHelp>
                        <format>u32:1-999999</format>
                        <description>Number for this rule</description>
                      </valueHelp>
                      <constraint>
                        <validator name="numeric" argument="--range 1-999999"/>
                      </constraint>
                      <constraintErrorMessage>NAT64 pool number must be between 1 and 999999</constraintErrorMessage>
                    </properties>
                    <children>
                      #include <include/generic-description.xml.i>
                      #include <include/generic-disable-node.xml.i>
                      #include <include/nat-translation-port.xml.i>
                      #include <include/nat64/protocol.xml.i>
                      <leafNode name="address">
                        <properties>
                          <help>IPv4 address or prefix to translate to</help>
                          <valueHelp>
                            <format>ipv4</format>
                            <description>IPv4 address</description>
                          </valueHelp>
                          <valueHelp>
                            <format>ipv4net</format>
                            <description>IPv4 prefix</description>
                          </valueHelp>
                          <constraint>
                            <validator name="ipv4-address"/>
                            <validator name="ipv4-prefix"/>
                          </constraint>
                        </properties>
                      </leafNode>
                    </children>
                  </tagNode>
                </children>
              </node>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>