summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-08-05 21:57:24 +0200
committerGitHub <noreply@github.com>2024-08-05 21:57:24 +0200
commit011b52540d51c4e1de553039dbabcde6e7ef6b5f (patch)
tree13ea65ccf0bd9b35ee2c9c8d8ba8601f071761e1
parent828caaac110b2171071057d8c8039568f5394523 (diff)
parent3dc0a7bca2695da6850dfae0868838c4bf077838 (diff)
downloadvyos-documentation-011b52540d51c4e1de553039dbabcde6e7ef6b5f.tar.gz
vyos-documentation-011b52540d51c4e1de553039dbabcde6e7ef6b5f.zip
Merge pull request #1513 from nicolas-fort/minor-change-bridge-firewall
Minor changes on firewall bridge documentation
-rw-r--r--docs/_static/images/firewall-bridge-forward.pngbin26498 -> 26359 bytes
-rw-r--r--docs/configuration/firewall/bridge.rst2
-rw-r--r--docs/configuration/firewall/index.rst5
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/_static/images/firewall-bridge-forward.png b/docs/_static/images/firewall-bridge-forward.png
index 28757fcb..1294349b 100644
--- a/docs/_static/images/firewall-bridge-forward.png
+++ b/docs/_static/images/firewall-bridge-forward.png
Binary files differ
diff --git a/docs/configuration/firewall/bridge.rst b/docs/configuration/firewall/bridge.rst
index 13fd0b42..14b4e148 100644
--- a/docs/configuration/firewall/bridge.rst
+++ b/docs/configuration/firewall/bridge.rst
@@ -1,4 +1,4 @@
-:lastproofread: 2024-07-03
+:lastproofread: 2024-08-05
.. _firewall-configuration:
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst
index 3d1d1c08..9f21a772 100644
--- a/docs/configuration/firewall/index.rst
+++ b/docs/configuration/firewall/index.rst
@@ -1,4 +1,4 @@
-:lastproofread: 2024-07-03
+:lastproofread: 2024-08-05
########
Firewall
@@ -97,8 +97,7 @@ the packet is processed at the **Bridge Layer**:
* **Prerouting (Bridge)**: all packets that are received by the bridge are
processed in this stage, regardless of the destination of the packet.
First filters can be applied here, and/or also configure rules for
- ignoring connection tracking system, and also apply policy routing using
- ``set`` option while defining the rule. The relevant configuration that
+ ignoring connection tracking system. The relevant configuration that
acts in:
* ``set firewall bridge prerouting filter ...``.