summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-12-11 15:21:50 +0100
committerrebortg <github@ghlr.de>2020-12-11 15:21:50 +0100
commit9b52323fcebe74779dd125ba099aa1e2264a91ee (patch)
tree013a4ddb575064820b967ae1afa44890bffb6305
parent4f5320bd55e6659be51a2d15b6df348b5d112937 (diff)
downloadvyos-documentation-9b52323fcebe74779dd125ba099aa1e2264a91ee.tar.gz
vyos-documentation-9b52323fcebe74779dd125ba099aa1e2264a91ee.zip
firewall: fix lint errors
-rw-r--r--docs/configuration/firewall/index.rst6
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).