summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/tcp-mss.xml.i
blob: dc49b427212c62dabbbed74ce0e523f9c9f26bf6 (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
<!-- include start from firewall/tcp-mss.xml.i -->
<node name="tcp">
  <properties>
    <help>TCP options to match</help>
  </properties>
  <children>
    <leafNode name="mss">
      <properties>
        <help>Maximum segment size (MSS)</help>
        <valueHelp>
          <format>u32:1-16384</format>
          <description>Maximum segment size</description>
        </valueHelp>
        <valueHelp>
          <format>&lt;min&gt;-&lt;max&gt;</format>
          <description>TCP MSS range (use '-' as delimiter)</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--allow-range --range 1-16384"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->