X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/053ef4c8e05c036fafd960b02b734e0c96a50024..bcc4b6a3bbb8642f6adfc1a4017b878dad1aa06d:/constants.c diff --git a/constants.c b/constants.c index 850b074..69d3b73 100644 --- a/constants.c +++ b/constants.c @@ -1,6 +1,6 @@ // L2TPNS: constants -char const *cvs_id_constants = "$Id: constants.c,v 1.4 2005/01/05 13:37:56 bodea Exp $"; +char const *cvs_id_constants = "$Id: constants.c,v 1.6 2005/06/28 14:48:20 bodea Exp $"; #include #include "constants.h" @@ -156,7 +156,8 @@ CONSTANT(radius_state, "RADIUSIPCP", // 3 "RADIUSSTART", // 4 "RADIUSSTOP", // 5 - "RADIUSWAIT" // 6 + "RADIUSINTERIM", // 6 + "RADIUSWAIT" // 7 ) CONSTANT(radius_code, @@ -172,8 +173,17 @@ CONSTANT(radius_code, 0, // 9 0, // 10 "Access-Challenge", // 11 - "Status-Server (experimental)", // 12 - "Status-Client (experimental)" // 13 + "Status-Server", // 12 + "Status-Client", // 13 + 0, 0, 0, 0, 0, 0, // 14-19 + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 20-29 + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 30-39 + "Disconnect-Request", // 40 + "Disconnect-ACK", // 41 + "Disconnect-NAK", // 42 + "CoA-Request", // 43 + "CoA-ACK", // 44 + "CoA-NAK" // 45 ) CONSTANT(l2tp_message_type,