fw4: add log_limit to rules and redirects
[project/firewall4.git] / root / usr / share / ucode / fw4.uc
index 7b6eb18700b90389cfd8685decc75a54c136861b..551811a0b2c892904c3cc0dbf0922927aec6d2db 100644 (file)
@@ -2317,6 +2317,7 @@ return {
 
                        counter: [ "bool", "1" ],
                        log: [ "string" ],
+                       log_limit: [ "limit" ],
 
                        target: [ "target" ]
                });
@@ -2633,6 +2634,7 @@ return {
 
                        counter: [ "bool", "1" ],
                        log: [ "string" ],
+                       log_limit: [ "limit" ],
 
                        target: [ "target", "dnat" ]
                });