--- embedaddon/mpd/src/radius.h 2013/07/22 08:44:29 1.1.1.2 +++ embedaddon/mpd/src/radius.h 2016/11/01 09:56:12 1.1.1.3 @@ -1,7 +1,7 @@ /* * See ``COPYRIGHT.mpd'' * - * $Id: radius.h,v 1.1.1.2 2013/07/22 08:44:29 misho Exp $ + * $Id: radius.h,v 1.1.1.3 2016/11/01 09:56:12 misho Exp $ * */ @@ -87,6 +87,10 @@ #define RAD_MAX_ATTR_LEN 253 #endif + #ifndef RAD_FRAMED_IPV6_ADDRESS + #define RAD_FRAMED_IPV6_ADDRESS 168 + #endif + /* for mppe-keys */ #define AUTH_LEN 16 #define SALT_LEN 2 @@ -140,6 +144,9 @@ struct radiusconf { int radius_timeout; int radius_retries; +#ifdef HAVE_RAD_BIND + struct in_addr src_addr; +#endif struct in_addr radius_me; struct u_addr radius_mev6; char *identifier;