firewall: show how to ratelimit icmp6 to 5% of available bandwidth

it's a little klunky as yet, requires setting properties.bandwidth on
the interface service
This commit is contained in:
Daniel Barlow
2025-03-25 23:53:02 +00:00
parent b1bf13bb01
commit 1a6160bcab
3 changed files with 33 additions and 2 deletions

View File

@@ -25,7 +25,10 @@
myenv {
: string
: table
: math
: ipairs
: tonumber
:output
(fn [service-path path default]
(let [s (assert (svc.open service-path))]