diff options
-rw-r--r-- | docs/configuration/firewall/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index e95ecb53..04800b91 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -801,7 +801,8 @@ IPv4 ==== -.. cfgcmd:: set firewall options interface <interface> adjust-mss <number-of-bytes> +.. cfgcmd:: set firewall options interface <interface> adjust-mss + <number-of-bytes> Use this command to set the maximum segment size for IPv4 transit packets on a specific interface (500-1460 bytes). @@ -823,7 +824,8 @@ for your WireGuard `wg02` tunnel. IPv6 ==== -.. cfgcmd:: set firewall options interface <interface> adjust-mss6 <number-of-bytes> +.. cfgcmd:: set firewall options interface <interface> adjust-mss6 + <number-of-bytes> Use this command to set the maximum segment size for IPv6 transit packets on a specific interface (1280-1492 bytes). |