diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-06-14 11:14:53 -0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-18 19:32:13 +0000 |
commit | d9bf0b09177c9a8e754b9de2e6094ac36f69b3fb (patch) | |
tree | e5789602dc7aeb7789bccc6c7ce98b186af96948 /docs/configexamples/zone-policy.rst | |
parent | 5a5c8fd3056cc0a012da204f511eb50aa403e526 (diff) | |
download | vyos-documentation-d9bf0b09177c9a8e754b9de2e6094ac36f69b3fb.tar.gz vyos-documentation-d9bf0b09177c9a8e754b9de2e6094ac36f69b3fb.zip |
Configuration Blueprints: add new example for firewall+vrf. Also, add note about usage of inbound and outbound interface when interface is attached to a non-default vrf.
(cherry picked from commit fe416b56cfa30494172a0310c16fd2787330c7bb)
# Conflicts:
# docs/configexamples/zone-policy.rst
Diffstat (limited to 'docs/configexamples/zone-policy.rst')
-rw-r--r-- | docs/configexamples/zone-policy.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configexamples/zone-policy.rst b/docs/configexamples/zone-policy.rst index 1af8454a..764c709b 100644 --- a/docs/configexamples/zone-policy.rst +++ b/docs/configexamples/zone-policy.rst @@ -1,10 +1,11 @@ -:lastproofread: 2021-06-29 +:lastproofread: 2024-06-14 .. _examples-zone-policy: Zone-Policy example ------------------- +<<<<<<< HEAD .. 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 @@ -15,6 +16,8 @@ Zone-Policy example chapter. The examples in this section use the legacy firewall configuration commands, since this feature has been removed in earlier releases. +======= +>>>>>>> fe416b56 (Configuration Blueprints: add new example for firewall+vrf. Also, add note about usage of inbound and outbound interface when interface is attached to a non-default vrf.) .. 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 +431,3 @@ Something like: address ip.of.tunnel.broker } } - |