|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* RADIUS message processing
|
|
|
- * Copyright (c) 2002-2009, 2011-2014, Jouni Malinen <j@w1.fi>
|
|
|
+ * Copyright (c) 2002-2009, 2011-2015, Jouni Malinen <j@w1.fi>
|
|
|
*
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
* See README for more details.
|
|
@@ -173,6 +173,7 @@ static const struct radius_attr_type radius_attrs[] =
|
|
|
{ RADIUS_ATTR_USER_PASSWORD, "User-Password", RADIUS_ATTR_UNDIST },
|
|
|
{ RADIUS_ATTR_NAS_IP_ADDRESS, "NAS-IP-Address", RADIUS_ATTR_IP },
|
|
|
{ RADIUS_ATTR_NAS_PORT, "NAS-Port", RADIUS_ATTR_INT32 },
|
|
|
+ { RADIUS_ATTR_FRAMED_IP_ADDRESS, "Framed-IP-Address", RADIUS_ATTR_IP },
|
|
|
{ RADIUS_ATTR_FRAMED_MTU, "Framed-MTU", RADIUS_ATTR_INT32 },
|
|
|
{ RADIUS_ATTR_REPLY_MESSAGE, "Reply-Message", RADIUS_ATTR_TEXT },
|
|
|
{ RADIUS_ATTR_STATE, "State", RADIUS_ATTR_UNDIST },
|