mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
radius-gw-proxy: fix CoA port
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -353,7 +353,7 @@ int main(int argc, char **argv)
|
||||
|
||||
sock_auth = sock_open("1812", RADIUS_AUTH);
|
||||
sock_acct = sock_open("1813", RADIUS_ACCT);
|
||||
sock_dae = sock_open("1814", RADIUS_DAS);
|
||||
sock_dae = sock_open("3379", RADIUS_DAS);
|
||||
|
||||
uloop_run();
|
||||
uloop_end();
|
||||
|
||||
Reference in New Issue
Block a user