X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/0739aa6e77f9567c3018154dd30310b17af63f03..0c736f6fe826c7fd17dd6cee106c205c06a93916:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index ff2e9e9..a705b8e 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.2 2004-03-05 00:09:03 fred_nerk Exp $ +// $Id: l2tpns.h,v 1.3 2004-03-05 00:22:06 fred_nerk Exp $ #include #include @@ -132,7 +132,7 @@ typedef struct sessions u8 flags; // various bit flags u8 snoop; // are we snooping this session? u8 throttle; // is this session throttled? - u8 servicenet; // is this session servicenetted? + u8 walled_garden; // is this session gardened? u16 mru; // maximum receive unit u16 tbf; // filter bucket for throttling char random_vector[MAXTEL];