Fix typos

This commit is contained in:
Paul Thomas 2021-04-03 23:39:40 +01:00
parent ffeab60a85
commit fcaf50b739

View File

@ -254,7 +254,7 @@ the action of the rule will executed.
.. cfgcmd:: set firewall ipv6-name <name> default-action [drop | reject | .. cfgcmd:: set firewall ipv6-name <name> default-action [drop | reject |
accept] 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. criteria.
.. cfgcmd:: set firewall name <name> enable-default-log .. 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 Match a protocol criteria. A protocol number or a name which is here
defined: ``/etc/protocols``. defined: ``/etc/protocols``.
Special names are ``all`` for all protocols and ``tcp_udp`` for tcp and upd Special names are ``all`` for all protocols and ``tcp_udp`` for tcp and udp
based pakets. The ``!`` negate the selected protocol. based packets. The ``!`` negate the selected protocol.
.. code-block:: none .. 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 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 * ``in``: Ruleset for forwarded packets on inbound interface
* ``out``: Ruleset for forwarded packets on outbound interface * ``out``: Ruleset for forwarded packets on outbound interface