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/firewall.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/firewall.rst')
-rw-r--r-- | docs/configexamples/firewall.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configexamples/firewall.rst b/docs/configexamples/firewall.rst new file mode 100644 index 00000000..e0a4ca55 --- /dev/null +++ b/docs/configexamples/firewall.rst @@ -0,0 +1,12 @@ +:lastproofread: 2024-06-14 + +Firewall Examples +================= + +This section contains examples of firewall configurations for various deployments. + +.. toctree:: + :maxdepth: 2 + + fwall-and-vrf + zone-policy |