summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface/adjust-mss.xml.i
blob: 57019f02c5979b8f07c27e49ef58e76c4f10a3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- include start from interface/adjust-mss.xml.i -->
<!-- https://datatracker.ietf.org/doc/html/rfc6691 -->
<leafNode name="adjust-mss">
  <properties>
    <help>Adjust TCP MSS value</help>
    <completionHelp>
      <list>clamp-mss-to-pmtu</list>
    </completionHelp>
    <valueHelp>
      <format>clamp-mss-to-pmtu</format>
      <description>Automatically sets the MSS to the proper value</description>
    </valueHelp>
    <valueHelp>
      <format>u32:500-65535</format>
      <description>TCP Maximum segment size in bytes</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 500-65535"/>
      <regex>^(clamp-mss-to-pmtu)$</regex>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->