From 1731f7546294516959e736df8642684a5b1eeea4 Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:11:04 +0200 Subject: [PATCH] Document rate limiting options in firewall.rst Add rate limiting options to firewall documentation. --- source/manual/firewall.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/manual/firewall.rst b/source/manual/firewall.rst index 2ddbe2da4..ea93337ee 100644 --- a/source/manual/firewall.rst +++ b/source/manual/firewall.rst @@ -413,6 +413,15 @@ Settings specify your own table here. ============================= ==================================================================================================== + .. tab:: Rate limiting + + ============================== ==================================================================================================== + **Option** **Description** + ============================== ==================================================================================================== + **Max packet rate [packets]** Maximum number of packets allowed during the configured time interval. + **Max packet rate [seconds]** Time interval in seconds over which the maximum packet rate is measured. + ============================== ==================================================================================================== + .. tab:: Traffic shaping [experimental] ============================ ====================================================================================================