Use newer radius port 1812 by default

1645 has been marked as "old-radius" for a long time.
This commit is contained in:
Samuel Thibault 2022-05-28 09:33:05 +02:00
parent f9e2045b38
commit 71a60411a1
6 changed files with 8 additions and 8 deletions

View file

@ -105,7 +105,7 @@
#define ACCT_TIME 3000 // 5 minute accounting interval
#define ACCT_SHUT_TIME 600 // 1 minute for counters of shutdown sessions
#define L2TPPORT 1701 // L2TP port
#define RADPORT 1645 // old radius port...
#define RADPORT 1812 // radius port
#define DAEPORT 3799 // DAE port
#define PKTARP 0x0806 // ARP packet type
#define PKTIP 0x0800 // IPv4 packet type