diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-06-17 21:31:10 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-06-17 21:31:10 +0400 |
commit | d5776039b12c3c1016b3bb6ccede69bacf23ae1e (patch) | |
tree | 7c4b41d1cefc0f42438e61e6403a480d082ef3c7 /accel-pppd/radius/radius_p.h | |
parent | c69fb2ed39346fd5091a4e30606cb5bb866aa432 (diff) | |
download | accel-ppp-d5776039b12c3c1016b3bb6ccede69bacf23ae1e.tar.gz accel-ppp-d5776039b12c3c1016b3bb6ccede69bacf23ae1e.zip |
radius: introduced attr-tunnel-type option
If specified then accel-ppp will send tunnel type as string (pppoe,pptp,l2tp,ipoe).
Diffstat (limited to 'accel-pppd/radius/radius_p.h')
-rw-r--r-- | accel-pppd/radius/radius_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/radius/radius_p.h b/accel-pppd/radius/radius_p.h index f626213..8ad69da 100644 --- a/accel-pppd/radius/radius_p.h +++ b/accel-pppd/radius/radius_p.h @@ -138,6 +138,7 @@ extern int conf_acct_interim_interval; extern int conf_accounting; extern int conf_fail_time; extern int conf_req_limit; +extern const char *conf_attr_tunnel_type; int rad_check_nas_pack(struct rad_packet_t *pack); struct radius_pd_t *rad_find_session(const char *sessionid, const char *username, const char *port_id, int port, in_addr_t ipaddr, const char *csid); |