// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.30 2004-11-05 04:55:27 bodea Exp $
+// $Id: l2tpns.h,v 1.32 2004-11-10 03:30:29 bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#include <sys/types.h>
#include <libcli.h>
-#define VERSION "2.0.3"
+#define VERSION "2.0.5"
// Limits
#define MAXTUNNEL 500 // could be up to 65535
#endif
};
+enum config_typet { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP, MAC };
struct config_descriptt
{
char *key;
int offset;
int size;
- enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP, MAC } type;
+ enum config_typet type;
};
// arp.c