Skip to content

Commit

Permalink
Fix default POD port. Should be 3799 not 1700 Closes #2591
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 30, 2019
1 parent c9019ec commit 2db93fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/radius.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ typedef enum {
#define PW_AUTH_UDP_PORT_ALT 1645
#define PW_ACCT_UDP_PORT 1813
#define PW_ACCT_UDP_PORT_ALT 1646
#define PW_POD_UDP_PORT 1700
#define PW_POD_UDP_PORT 3799
#define PW_RADIUS_TLS_PORT 2083
#define PW_COA_UDP_PORT 3799

Expand Down

0 comments on commit 2db93fe

Please sign in to comment.