X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3aa4eda8b1e0c4abc04439affe850d33648c7472..280e18d0dc3c075ff43a3fe81ee17956b0fc658b:/constants.c?ds=inline

diff --git a/constants.c b/constants.c
index 46258b1..e965b57 100644
--- a/constants.c
+++ b/constants.c
@@ -1,10 +1,14 @@
+// L2TPNS: constants
+
+char const *cvs_id_constants = "$Id: constants.c,v 1.3 2004/06/28 02:43:13 fred_nerk Exp $";
+
 #include "constants.h"
 #include <memory.h>
 
 const char *lcp_types[MAX_LCP_TYPE+1] = {
 	"Reserved",
 	"Maximum-Receive-Unit",
-	"Reserved 2",
+	"Async-Control-Map",
 	"Authentication-Protocol",
 	"Quality-Protocol",
 	"Magic-Number",