diff options
author | Giggum <152240782+Giggum@users.noreply.github.com> | 2023-11-29 10:55:03 -0500 |
---|---|---|
committer | Giggum <152240782+Giggum@users.noreply.github.com> | 2023-11-29 10:55:03 -0500 |
commit | 690647a1dfc17740f0782c39297dac986f9051df (patch) | |
tree | 80851d8af8d2a2ed23f1d2c3cff8b84db2dd6212 /docs/configuration/firewall | |
parent | 84498945cc5083ad72c7dc161c89bfdaa404f55e (diff) | |
download | vyos-documentation-690647a1dfc17740f0782c39297dac986f9051df.tar.gz vyos-documentation-690647a1dfc17740f0782c39297dac986f9051df.zip |
docs: fix to code snippet in Quick Start/Firewall and typo Firewall/Global Options
sagitta/quick-start.html:
Fix to replace "interface-name" with "name" for rule 30 and 40 in code snippet to correct syntax error.
sagitta/configuration/firewall/global-options.html:
Fix to improve correctness is use of English language from "conform" to "confirming"
On branch sagitta_giggum
Changes to be committed:
modified: quick-start.rst
modified: configuration/firewall/global-options.rst
Diffstat (limited to 'docs/configuration/firewall')
-rw-r--r-- | docs/configuration/firewall/global-options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/firewall/global-options.rst b/docs/configuration/firewall/global-options.rst index 316e0802..9c9a1a1e 100644 --- a/docs/configuration/firewall/global-options.rst +++ b/docs/configuration/firewall/global-options.rst @@ -111,7 +111,7 @@ Configuration .. cfgcmd:: set firewall global-options twa-hazards-protection [enable | disable] - Enable or Disable VyOS to be :rfc:`1337` conform. + Enable or Disable VyOS to be :rfc:`1337` conforming. The following system parameter will be altered: - * ``net.ipv4.tcp_rfc1337``
\ No newline at end of file + * ``net.ipv4.tcp_rfc1337`` |