diff options
author | Kozlov Dmitry <dima@server> | 2010-11-09 10:34:42 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-09 10:34:42 +0300 |
commit | 1396b7c22bbd319fc22ee420c14cdb69f8d5203c (patch) | |
tree | b4fd2adf4ed9de0ce355b26ca8211880a539e97f /accel-pptpd/radius/radius_p.h | |
parent | 0791b410d7465e2ef70345261d45340e3504381d (diff) | |
download | accel-ppp-xebd-1396b7c22bbd319fc22ee420c14cdb69f8d5203c.tar.gz accel-ppp-xebd-1396b7c22bbd319fc22ee420c14cdb69f8d5203c.zip |
radius: DM/CoA nas identification by NAS-Identifier or NAS-IP-Address or both
Diffstat (limited to 'accel-pptpd/radius/radius_p.h')
-rw-r--r-- | accel-pptpd/radius/radius_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pptpd/radius/radius_p.h b/accel-pptpd/radius/radius_p.h index efcd9b8..c8a0658 100644 --- a/accel-pptpd/radius/radius_p.h +++ b/accel-pptpd/radius/radius_p.h @@ -58,9 +58,9 @@ extern int conf_max_try; extern int conf_timeout; extern int conf_verbose; extern char *conf_nas_identifier; -extern char *conf_nas_ip_address; +extern in_addr_t conf_nas_ip_address; extern in_addr_t conf_bind; -extern char *conf_gw_ip_address; +extern in_addr_t conf_gw_ip_address; extern char *conf_auth_server; extern char *conf_auth_secret; extern int conf_auth_server_port; |