summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/address-inet.xml.i
blob: 02ed8f6e4e8c440451e45b908cde90650cd78998 (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
<!-- include start from firewall/address-inet.xml.i -->
<leafNode name="address">
  <properties>
    <help>IP address, subnet, or range</help>
    <valueHelp>
      <format>ipv4</format>
      <description>IPv4 address to match</description>
    </valueHelp>
    <valueHelp>
      <format>ipv4net</format>
      <description>IPv4 prefix to match</description>
    </valueHelp>
    <valueHelp>
      <format>ipv4range</format>
      <description>IPv4 address range to match</description>
    </valueHelp>
    <valueHelp>
      <format>!ipv4</format>
      <description>Match everything except the specified address</description>
    </valueHelp>
    <valueHelp>
      <format>!ipv4net</format>
      <description>Match everything except the specified prefix</description>
    </valueHelp>
    <valueHelp>
      <format>!ipv4range</format>
      <description>Match everything except the specified range</description>
    </valueHelp>
    <valueHelp>
      <format>ipv6net</format>
      <description>Subnet to match</description>
    </valueHelp>
    <valueHelp>
      <format>ipv6range</format>
      <description>IP range to match</description>
    </valueHelp>
    <valueHelp>
      <format>!ipv6</format>
      <description>Match everything except the specified address</description>
    </valueHelp>
    <valueHelp>
      <format>!ipv6net</format>
      <description>Match everything except the specified prefix</description>
    </valueHelp>
    <valueHelp>
      <format>!ipv6range</format>
      <description>Match everything except the specified range</description>
    </valueHelp>
    <constraint>
      <validator name="ipv4-address"/>
      <validator name="ipv4-prefix"/>
      <validator name="ipv4-range"/>
      <validator name="ipv4-address-exclude"/>
      <validator name="ipv4-prefix-exclude"/>
      <validator name="ipv4-range-exclude"/>
      <validator name="ipv6"/>
      <validator name="ipv6-exclude"/>
      <validator name="ipv6-range"/>
      <validator name="ipv6-range-exclude"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->