diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-16 21:38:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 21:38:08 +0200 |
commit | 1cbd6eb89c99a76e2230a4859813b74882b79e50 (patch) | |
tree | 49839b981e611c33f775a76c2200d2557a31b91b /docs/configuration/firewall/zone.rst | |
parent | a9624b5fc019f886522adda50e2f2d3c243eae0b (diff) | |
parent | bea877c627281fcc5d93c7496b8474d73a677145 (diff) | |
download | vyos-documentation-1cbd6eb89c99a76e2230a4859813b74882b79e50.tar.gz vyos-documentation-1cbd6eb89c99a76e2230a4859813b74882b79e50.zip |
Merge pull request #1035 from nicolas-fort/T5160-new_fwall_cli
T5160: New firewall cli - Update documentation for new firewall structure
Diffstat (limited to 'docs/configuration/firewall/zone.rst')
-rw-r--r-- | docs/configuration/firewall/zone.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/firewall/zone.rst b/docs/configuration/firewall/zone.rst index b27e02b9..403de912 100644 --- a/docs/configuration/firewall/zone.rst +++ b/docs/configuration/firewall/zone.rst @@ -6,6 +6,10 @@ Zone Based Firewall ################### +.. note:: **Important note:** + This documentation is valid only for VyOS Sagitta prior to + 1.4-rolling-YYYYMMDDHHmm + In zone-based policy, interfaces are assigned to zones, and inspection policy is applied to traffic moving between the zones and acted on according to firewall rules. A Zone is a group of interfaces that have similar functions or |