|
|
| version 1.1.1.2, 2013/07/22 08:44:29 | version 1.1.1.3, 2016/11/01 09:56:12 |
|---|---|
| Line 87 | Line 87 |
| #define RAD_MAX_ATTR_LEN 253 | #define RAD_MAX_ATTR_LEN 253 |
| #endif | #endif |
| #ifndef RAD_FRAMED_IPV6_ADDRESS | |
| #define RAD_FRAMED_IPV6_ADDRESS 168 | |
| #endif | |
| /* for mppe-keys */ | /* for mppe-keys */ |
| #define AUTH_LEN 16 | #define AUTH_LEN 16 |
| #define SALT_LEN 2 | #define SALT_LEN 2 |
| Line 140 | Line 144 |
| struct radiusconf { | struct radiusconf { |
| int radius_timeout; | int radius_timeout; |
| int radius_retries; | int radius_retries; |
| #ifdef HAVE_RAD_BIND | |
| struct in_addr src_addr; | |
| #endif | |
| struct in_addr radius_me; | struct in_addr radius_me; |
| struct u_addr radius_mev6; | struct u_addr radius_mev6; |
| char *identifier; | char *identifier; |