X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/0dc8fc58d5e86e164c3f85e63cad8d270d12cee2..1e6ec8b41afe71f9e1d5cac4a49f9840c609fe4e:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 1412cbd..d7c29e0 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.98 2005/11/14 08:38:02 bodea Exp $ +// $Id: l2tpns.h,v 1.101 2005/12/05 13:56:12 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.1.11" +#define VERSION "2.1.13" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -235,8 +235,8 @@ typedef struct uint8_t ipcp:4; // IPCP state uint8_t ipv6cp:4; // IPV6CP state uint8_t ccp:4; // CCP state - uint8_t pad; // unused } ppp; + char pad[2]; // unused in_addr_t ip; // IP of session set by RADIUS response (host byte order). int ip_pool_index; // index to IP pool uint32_t unique_id; // unique session id