diff options
Diffstat (limited to 'docs/configuration/firewall')
-rw-r--r-- | docs/configuration/firewall/groups.rst | 1 | ||||
-rw-r--r-- | docs/configuration/firewall/zone.rst | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/configuration/firewall/groups.rst b/docs/configuration/firewall/groups.rst index fa32b98e..b7364154 100644 --- a/docs/configuration/firewall/groups.rst +++ b/docs/configuration/firewall/groups.rst @@ -231,6 +231,7 @@ As any other firewall group, dynamic firewall groups can be used in firewall rules as matching options. For example: .. code-block:: none + set firewall ipv4 input filter rule 10 source group dynamic-address-group FOO set firewall ipv4 input filter rule 10 destination group dynamic-address-group BAR diff --git a/docs/configuration/firewall/zone.rst b/docs/configuration/firewall/zone.rst index 73ce0a4d..0e659247 100644 --- a/docs/configuration/firewall/zone.rst +++ b/docs/configuration/firewall/zone.rst @@ -17,9 +17,6 @@ Overview Documentation for most of the new firewall CLI can be found in the `firewall <https://docs.vyos.io/en/latest/configuration/firewall/general.html>`_ - chapter. The legacy firewall is still available for versions before - 1.4-rolling-202308040557 and can be found in the - :doc:`legacy firewall configuration </configuration/firewall/general-legacy>` chapter. In this section there's useful information on all firewall configuration that |