X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/d2f496f60306b167509b1562936fd9cc6ea8cc6e..e49d6736b53034705fc2f54a36e0965070accd69:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 48e7b02..29f0710 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.117 2006-06-11 12:46:18 bodea Exp $ +// $Id: l2tpns.h,v 1.118 2006-07-01 12:40:17 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -638,7 +638,9 @@ typedef struct uint16_t radiusport[MAXRADSERVER]; // radius base ports uint8_t numradiusservers; // radius server count - uint16_t radius_dae_port; // local port for radius dae + uint16_t radius_dae_port; // port for radius DAE + uint16_t radius_bind_min; // port range for udp sockets used to send/recv radius packets + uint16_t radius_bind_max; char radius_authtypes_s[32]; // list of valid authentication types (chap, pap) in order of preference int radius_authtypes;