diff options
Diffstat (limited to 'docs/configuration/firewall')
| -rw-r--r-- | docs/configuration/firewall/md-global-options.md | 11 | ||||
| -rw-r--r-- | docs/configuration/firewall/md-groups.md | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/firewall/md-global-options.md b/docs/configuration/firewall/md-global-options.md index adff2d5a..3a480472 100644 --- a/docs/configuration/firewall/md-global-options.md +++ b/docs/configuration/firewall/md-global-options.md @@ -153,46 +153,57 @@ VyOS supports setting timeouts for connections by connection type. You can set timeout values for generic connections, ICMP connections, UDP connections, or TCP connections in various states. ```{cfgcmd} set firewall global-options timeout icmp \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout other \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp close \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp close-wait \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp established \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp fin-wait \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp last-ack \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp syn-recv \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp syn-sent \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout tcp time-wait \<1-21474836\> + :defaultvalue: ``` ```{cfgcmd} set firewall global-options timeout udp other \<1-21474836\> + :defaultvalue: ``` diff --git a/docs/configuration/firewall/md-groups.md b/docs/configuration/firewall/md-groups.md index ceb1783f..2e4bdec1 100644 --- a/docs/configuration/firewall/md-groups.md +++ b/docs/configuration/firewall/md-groups.md @@ -18,6 +18,7 @@ as inbound or outbound in the case of interface groups. An **address group** contains a single IP address or IP address range. ```{cfgcmd} set firewall group address-group \<name\> address [address | address range] + ``` ```{cfgcmd} set firewall group ipv6-address-group \<name\> address \<address\> |
