diff options
author | Alain Lamar <alain_lamar@yahoo.de> | 2024-06-24 14:55:23 +0200 |
---|---|---|
committer | Alain Lamar <alain_lamar@yahoo.de> | 2024-06-24 14:55:23 +0200 |
commit | a95d2c9744c8e08efac2bb562d5ad1f8956a4c12 (patch) | |
tree | a2c3a267cd973d6b89db3376a023374537975d3b /docs/configexamples/zone-policy.rst | |
parent | dcc1645e54fe6573efd8a2b808c9a7b8c9341652 (diff) | |
parent | ea35f9d6641ae11fa71c4aa5f19e1b8085d45b6d (diff) | |
download | vyos-documentation-a95d2c9744c8e08efac2bb562d5ad1f8956a4c12.tar.gz vyos-documentation-a95d2c9744c8e08efac2bb562d5ad1f8956a4c12.zip |
wireless: T6320: Merge remote-tracking branch 'upstream' into T6320
Diffstat (limited to 'docs/configexamples/zone-policy.rst')
-rw-r--r-- | docs/configexamples/zone-policy.rst | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/configexamples/zone-policy.rst b/docs/configexamples/zone-policy.rst index 95648e7a..d0101ebf 100644 --- a/docs/configexamples/zone-policy.rst +++ b/docs/configexamples/zone-policy.rst @@ -1,20 +1,10 @@ -:lastproofread: 2021-06-29 +:lastproofread: 2024-06-14 .. _examples-zone-policy: Zone-Policy example ------------------- -.. note:: Starting from VyOS 1.4-rolling-202308040557, a new firewall - structure can be found on all vyos installations, 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:: In :vytask:`T2199` the syntax of the zone configuration was changed. The zone configuration moved from ``zone-policy zone <name>`` to ``firewall zone <name>``. @@ -428,4 +418,3 @@ Something like: address ip.of.tunnel.broker } } - |