summaryrefslogtreecommitdiff
path: root/docs/configuration/firewall/zone.rst
diff options
context:
space:
mode:
authorNicolas Fort <nicolasfort1988@gmail.com>2023-09-08 09:49:02 -0300
committerNicolas Fort <nicolasfort1988@gmail.com>2023-09-08 09:49:02 -0300
commit24d9c9b9d08dedd46e6a7f39b8587656ee6a112c (patch)
treebfada762e4f5c7b8182a031bde4ec01d6f2590d8 /docs/configuration/firewall/zone.rst
parentd4feb684165f5276890f878bb4cc569f58c4ef4f (diff)
downloadvyos-documentation-24d9c9b9d08dedd46e6a7f39b8587656ee6a112c.tar.gz
vyos-documentation-24d9c9b9d08dedd46e6a7f39b8587656ee6a112c.zip
Firewall refactor: add visible note in firewall docs: zone, quick-start and config blueprint zone-policy
Diffstat (limited to 'docs/configuration/firewall/zone.rst')
-rw-r--r--docs/configuration/firewall/zone.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration/firewall/zone.rst b/docs/configuration/firewall/zone.rst
index 6afd47e9..70ad7b65 100644
--- a/docs/configuration/firewall/zone.rst
+++ b/docs/configuration/firewall/zone.rst
@@ -6,6 +6,16 @@
Zone Based Firewall
###################
+.. note:: Starting from VyOS 1.4-rolling-202308040557, a new firewall
+ structure can be found on all vyos instalations, and zone based firewall is
+ no longer supported. 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 :ref:`firewall-legacy`
+ chapter. The examples in this section use the legacy firewall configuration
+ commands, since this feature has been removed in earlier releases.
+
.. note:: For latest releases, refer the `firewall
<https://docs.vyos.io/en/latest/configuration/firewall/general.html#interface-groups>`_
main page to configure zone based rules. New syntax was introduced here