diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-04-05 20:40:45 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-04-06 15:03:40 +0200 |
commit | c514cea0ad94a00838530cd07f87723be372ea8f (patch) | |
tree | b8e8c206aa876395f36d34165d335f31a0c302d0 /smoketest/configs/dialup-router-complex | |
parent | be57ae38bb7c5a12e783e8be9de9142a6bd4e02b (diff) | |
download | vyos-1x-c514cea0ad94a00838530cd07f87723be372ea8f.tar.gz vyos-1x-c514cea0ad94a00838530cd07f87723be372ea8f.zip |
firewall: T4345: Fix incorrect rule limit rate syntax
Diffstat (limited to 'smoketest/configs/dialup-router-complex')
-rw-r--r-- | smoketest/configs/dialup-router-complex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smoketest/configs/dialup-router-complex b/smoketest/configs/dialup-router-complex index 1b62deb5c..ac5ff5e99 100644 --- a/smoketest/configs/dialup-router-complex +++ b/smoketest/configs/dialup-router-complex @@ -498,6 +498,9 @@ firewall { destination { port 110,995 } + limit { + rate "10/minute" + } protocol tcp } rule 123 { |