diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-12 21:43:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 21:43:16 +0100 |
commit | f59bff9cdd143fe16c5bd0df7c07d85569643377 (patch) | |
tree | 7644f49dacef3f1012b28b2d9c6c6af908f49829 /docs/configuration/firewall/bridge.rst | |
parent | 611faea0a8ab7bf4aa5bc431886798a94e04568c (diff) | |
parent | 2c14b973a3beec881c4a8b3e672ae6e619da9103 (diff) | |
download | vyos-documentation-f59bff9cdd143fe16c5bd0df7c07d85569643377.tar.gz vyos-documentation-f59bff9cdd143fe16c5bd0df7c07d85569643377.zip |
Merge pull request #1144 from nicolas-fort/fwall-nat-update
Fwall nat update
Diffstat (limited to 'docs/configuration/firewall/bridge.rst')
-rw-r--r-- | docs/configuration/firewall/bridge.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/configuration/firewall/bridge.rst b/docs/configuration/firewall/bridge.rst new file mode 100644 index 00000000..4a0dc3bb --- /dev/null +++ b/docs/configuration/firewall/bridge.rst @@ -0,0 +1,42 @@ +:lastproofread: 2023-11-08 + +.. _firewall-configuration: + +############################# +Bridge Firewall Configuration +############################# + +.. note:: **Documentation under development** + +******** +Overview +******** + +In this section there's useful information of all firewall configuration that +can be done regarding bridge, and appropiate op-mode commands. +Configuration commands covered in this section: + +.. cfgcmd:: set firewall bridge ... + +From main structure defined in :doc:`Firewall Overview</configuration/firewall/index>` +in this section you can find detailed information only for the next part +of the general structure: + +.. code-block:: none + + - set firewall + * bridge + - forward + + filter + - name + + custom_name + +Traffic which is received by the router on an interface which is member of a +bridge is processed on the **Bridge Layer**. A simplified packet flow diagram +for this layer is shown next: + +.. figure:: /_static/images/firewall-bridge-packet-flow.png + +For traffic that needs to be forwared internally by the bridge, base chain is +is **forward**, and it's base command for filtering is ``set firewall bridge +forward filter ...`` |