diff options
author | Alan DeKok <aland@freeradius.org> | 2017-03-23 19:01:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 19:01:20 -0400 |
commit | a11bbaeb6b0635dd852fb511a28f67da80327fef (patch) | |
tree | f9d575bfab62047823289cc8b0bdffa7a6d5244c /src/radius.h | |
parent | a581c2149d1218b11a6a0b8a25ceec78b0a1db08 (diff) | |
parent | de3a47e7275d7078c0b089a964ed0f3dd186af72 (diff) | |
download | libpam-radius-auth-a11bbaeb6b0635dd852fb511a28f67da80327fef.tar.gz libpam-radius-auth-a11bbaeb6b0635dd852fb511a28f67da80327fef.zip |
Merge pull request #28 from miquels/master
add IPv6 support
Diffstat (limited to 'src/radius.h')
-rw-r--r-- | src/radius.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radius.h b/src/radius.h index bcfe547..2ee11dc 100644 --- a/src/radius.h +++ b/src/radius.h @@ -121,6 +121,8 @@ typedef struct pw_auth_hdr { #define PW_LOGIN_LAT_PORT 63 /* string */ #define PW_PROMPT 64 /* integer */ +#define PW_NAS_IPV6_ADDRESS 95 /* octets */ + /* * INTEGER TRANSLATIONS */ |