Skip to content

Commit

Permalink
docs(policy): fix wrong documentation of <tcp-mss-clamp/> in `man fir…
Browse files Browse the repository at this point in the history
…ewalld.policy`

This element can only be inside a rich-rule, not at policy level.
The documentation was wrong. Drop it.

Fixes: 3f93937 ('docs(rich): update docs to support tcp-mss-clamp')

https://lists.fedorahosted.org/archives/list/firewalld-users@lists.fedorahosted.org/message/ITZU3X6VRKP7ZHMYFSUDIKMP5BNQWZTR/
(cherry picked from commit 058592d)
  • Loading branch information
thom311 authored and erig0 committed Oct 2, 2023
1 parent f7bc46c commit 56eaf88
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions doc/xml/policy_zone_descriptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,25 +130,6 @@
</variablelist>
</refsect2>

<refsect2 id="tcp-mss-clamp">
<title>tcp-mss-clamp</title>
<para>
Is an optional empty-element tag and can be used several times. If left empty
maximum segment size is set to 'pmtu'. This tag has exactly one optional attribute:
</para>
<variablelist>
<varlistentry>
<term>value="<replaceable>string</replaceable>"</term>
<listitem>
<para>
Value can set maximum segment size to 'pmtu' (Path Maximum Transmission Unit) or
a user-defined value that is greater than or equal to 536.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>

<refsect2 id="masquerade">
<title>masquerade</title>
<para>
Expand Down

0 comments on commit 56eaf88

Please sign in to comment.