diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-15 07:16:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 07:16:06 +0200 |
commit | 67f126d84f1dcb870e8bb0e62f44696c6c63e812 (patch) | |
tree | a52d8229aaf3257682e8494a8630b00717655899 /docs/configuration/firewall/ipv4.rst | |
parent | c43393e01c791aae069c478ca7b604f733419e4f (diff) | |
parent | 0c8dc509d96631b7a6c77058e6e72080efe00be9 (diff) | |
download | vyos-documentation-67f126d84f1dcb870e8bb0e62f44696c6c63e812.tar.gz vyos-documentation-67f126d84f1dcb870e8bb0e62f44696c6c63e812.zip |
Merge pull request #1448 from vyos/mergify/bp/sagitta/pr-1447
Fix lint issues (backport #1447)
Diffstat (limited to 'docs/configuration/firewall/ipv4.rst')
-rw-r--r-- | docs/configuration/firewall/ipv4.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/configuration/firewall/ipv4.rst b/docs/configuration/firewall/ipv4.rst index 2fe877bb..d425b41f 100644 --- a/docs/configuration/firewall/ipv4.rst +++ b/docs/configuration/firewall/ipv4.rst @@ -16,7 +16,8 @@ Configuration commands covered in this section: .. cfgcmd:: set firewall ipv4 ... -From main structure defined in :doc:`Firewall Overview</configuration/firewall/index>` +From main structure defined in +:doc:`Firewall Overview</configuration/firewall/index>` in this section you can find detailed information only for the next part of the general structure: @@ -956,13 +957,17 @@ Synproxy ******** Synproxy connections -.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> action synproxy -.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> protocol tcp -.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> synproxy tcp mss <501-65535> +.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> + action synproxy +.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> + protocol tcp +.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> + synproxy tcp mss <501-65535> Set TCP-MSS (maximum segment size) for the connection -.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> synproxy tcp window-scale <1-14> +.. cfgcmd:: set firewall ipv4 [input | forward] filter rule <1-999999> + synproxy tcp window-scale <1-14> Set the window scale factor for TCP window scaling @@ -1168,8 +1173,8 @@ Show Firewall log .. opcmd:: show log firewall ipv4 name <name> rule <rule> Show the logs of all firewall; show all ipv4 firewall logs; show all logs - for particular hook; show all logs for particular hook and priority; show all logs - for particular custom chain; show logs for specific Rule-Set. + for particular hook; show all logs for particular hook and priority; + show all logs for particular custom chain; show logs for specific Rule-Set. Example Partial Config ====================== |