mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 18:01:49 +08:00
Set disconnect reason when updating ban-ip
Resolves: #360 Signed-off-by: Alan Jowett alan.jowett@microsoft.com
This commit is contained in:
@@ -200,6 +200,7 @@ message ban_ip_msg
|
||||
required string ip = 1;
|
||||
required uint32 score = 2;
|
||||
optional bytes sid = 3; /* sec-mod sends it */
|
||||
optional uint32 discon_reason = 4;
|
||||
}
|
||||
|
||||
message ban_ip_reply_msg
|
||||
|
||||
Reference in New Issue
Block a user