diff options
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 ...``. |