ucentral: development update

* adds ratelimit
* fixes md
* update schema

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-03-31 14:09:57 +02:00
parent 0b95ce5d02
commit 0fa5d55f90
8 changed files with 223 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
case $2 in
AP-STA-CONNECTED)
ratelimit addclient $1 $3
;;
AP-STA-DISCONNECTED)
ratelimit delclient $1 $3
;;
esac