X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3d72768fcefdcdcbcd7bab36626388dfeeca2da6..020c472e7561205425860e1f46b1c67b52d009e6:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 39e862f..bea1bc7 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.18 2004-09-19 23:26:46 fred_nerk Exp $ +// $Id: l2tpns.h,v 1.20 2004-10-04 23:34:54 fred_nerk Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.0.1" +#define VERSION "2.0.2" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -456,7 +456,7 @@ struct config_descriptt char *key; int offset; int size; - enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP } type; + enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP, MAC } type; }; // arp.c