diff options
author | Robert Göhler <github@ghlr.de> | 2024-08-05 21:57:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 21:57:24 +0200 |
commit | 011b52540d51c4e1de553039dbabcde6e7ef6b5f (patch) | |
tree | 13ea65ccf0bd9b35ee2c9c8d8ba8601f071761e1 /docs/configuration/firewall | |
parent | 828caaac110b2171071057d8c8039568f5394523 (diff) | |
parent | 3dc0a7bca2695da6850dfae0868838c4bf077838 (diff) | |
download | vyos-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
Diffstat (limited to 'docs/configuration/firewall')
-rw-r--r-- | docs/configuration/firewall/bridge.rst | 2 | ||||
-rw-r--r-- | docs/configuration/firewall/index.rst | 5 |
2 files changed, 3 insertions, 4 deletions
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 ...``. |