X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3aa4eda8b1e0c4abc04439affe850d33648c7472..2cce196e64eec4f5d3bc79f2f14109557c85cabb:/constants.c 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 const char *lcp_types[MAX_LCP_TYPE+1] = { "Reserved", "Maximum-Receive-Unit", - "Reserved 2", + "Async-Control-Map", "Authentication-Protocol", "Quality-Protocol", "Magic-Number",