Defined a private status notify to transport arbitrary RADIUS attributes

This commit is contained in:
Martin Willi
2012-03-05 18:06:14 +01:00
parent c158ccd960
commit 007d5b9218
2 changed files with 11 additions and 7 deletions
@@ -136,7 +136,9 @@ enum notify_type_t {
ME_CONNECTID = 40965,
ME_CONNECTKEY = 40966,
ME_CONNECTAUTH = 40967,
ME_RESPONSE = 40968
ME_RESPONSE = 40968,
/* RADIUS attribute received/to send to a AAA backend */
RADIUS_ATTRIBUTE = 40969,
};
/**