diff options
author | rebortg <github@ghlr.de> | 2020-12-11 15:21:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 15:21:50 +0100 |
commit | 9b52323fcebe74779dd125ba099aa1e2264a91ee (patch) | |
tree | 013a4ddb575064820b967ae1afa44890bffb6305 /docs | |
parent | 4f5320bd55e6659be51a2d15b6df348b5d112937 (diff) | |
download | vyos-documentation-9b52323fcebe74779dd125ba099aa1e2264a91ee.tar.gz vyos-documentation-9b52323fcebe74779dd125ba099aa1e2264a91ee.zip |
firewall: fix lint errors
Diffstat (limited to 'docs')
-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). |