summaryrefslogtreecommitdiff
path: root/docs/firewall.rst
diff options
context:
space:
mode:
authorStephen James <stephenorjames@gmail.com>2020-01-11 23:34:32 -0500
committerStephen James <stephenorjames@gmail.com>2020-01-11 23:37:28 -0500
commit74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (patch)
treeea06c94dca1c8693053dd9d481638b92a084fe6b /docs/firewall.rst
parent689756182ba1e16df51315407cdc749e6136e0cc (diff)
downloadvyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.tar.gz
vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.zip
Fix some typos and capitalizations
Diffstat (limited to 'docs/firewall.rst')
-rw-r--r--docs/firewall.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/firewall.rst b/docs/firewall.rst
index f6967850..9426b87d 100644
--- a/docs/firewall.rst
+++ b/docs/firewall.rst
@@ -123,13 +123,13 @@ With the firewall you can set rules to accept, drop or reject ICMP in, out or lo
set firewall all-ping enable
-When the command above is set, VyOS will answer every ICMP echo request addressed to itself, but that will only happen if no other rule is applied droping or rejecting local echo requests. In case of conflict, VyOS will not answer ICMP echo requests.
+When the command above is set, VyOS will answer every ICMP echo request addressed to itself, but that will only happen if no other rule is applied dropping or rejecting local echo requests. In case of conflict, VyOS will not answer ICMP echo requests.
.. code-block:: none
set firewall all-ping disable
-When the comand above is set, VyOS will answer no ICMP echo request addressed to itself at all, no matter where it comes from or whether more specific rules are being applied to accept them.
+When the command above is set, VyOS will answer no ICMP echo request addressed to itself at all, no matter where it comes from or whether more specific rules are being applied to accept them.
Example Partial Config
----------------------