diff options
author | Paul Thomas <paul@pault.co.uk> | 2021-04-03 23:39:40 +0100 |
---|---|---|
committer | Paul Thomas <paul@pault.co.uk> | 2021-04-03 23:39:40 +0100 |
commit | fcaf50b739f1fd128592bae14bb0b2446e1c669c (patch) | |
tree | 16e9ba10704dd829ed6fb7d1df94c0535bcd1342 /docs/configuration/firewall/index.rst | |
parent | ffeab60a8561b7a4f2122a4c0a7bd2695f35ddc8 (diff) | |
download | vyos-documentation-fcaf50b739f1fd128592bae14bb0b2446e1c669c.tar.gz vyos-documentation-fcaf50b739f1fd128592bae14bb0b2446e1c669c.zip |
Fix typos
Diffstat (limited to 'docs/configuration/firewall/index.rst')
-rw-r--r-- | docs/configuration/firewall/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 909d77e8..35fdfb4a 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -254,7 +254,7 @@ the action of the rule will executed. .. cfgcmd:: set firewall ipv6-name <name> default-action [drop | reject | accept] - This set the default action of the rule-set if no rule matched a paket + This set the default action of the rule-set if no rule matched a packet criteria. .. cfgcmd:: set firewall name <name> enable-default-log @@ -387,8 +387,8 @@ There are a lot of matching criteria gainst which the package can be tested. Match a protocol criteria. A protocol number or a name which is here defined: ``/etc/protocols``. - Special names are ``all`` for all protocols and ``tcp_udp`` for tcp and upd - based pakets. The ``!`` negate the selected protocol. + Special names are ``all`` for all protocols and ``tcp_udp`` for tcp and udp + based packets. The ``!`` negate the selected protocol. .. code-block:: none @@ -421,7 +421,7 @@ There are a lot of matching criteria gainst which the package can be tested. Applying a Rule-Set to an Interface *********************************** -A Rule-Set can be appliend to every inteface: +A Rule-Set can be applied to every interface: * ``in``: Ruleset for forwarded packets on inbound interface * ``out``: Ruleset for forwarded packets on outbound interface |