mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
The NAS-Identifier attribute is a string, not an integer.
MFC after: 1 week
This commit is contained in:
parent
30a8a5f7a6
commit
6e8d69ad38
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
#define RAD_TERMINATION_ACTION 29 /* Integer */
|
||||
#define RAD_CALLED_STATION_ID 30 /* String */
|
||||
#define RAD_CALLING_STATION_ID 31 /* String */
|
||||
#define RAD_NAS_IDENTIFIER 32 /* Integer */
|
||||
#define RAD_NAS_IDENTIFIER 32 /* String */
|
||||
#define RAD_PROXY_STATE 33 /* Integer */
|
||||
#define RAD_LOGIN_LAT_SERVICE 34 /* Integer */
|
||||
#define RAD_LOGIN_LAT_NODE 35 /* Integer */
|
||||
|
|
|
|||
Loading…
Reference in a new issue