diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-05-22 13:30:30 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-05-22 13:30:30 +0400 |
commit | 0d19e3bbe4ed663c3cdd4aeb666df782cd81c35c (patch) | |
tree | 1a82f853d00ccaa7c4e04da6472658bb9bfc0ad4 /accel-pppd/ctrl/l2tp/l2tp.h | |
parent | cf358fcdc57dd52d30ca490b1164d832cf11fe8b (diff) | |
download | accel-ppp-0d19e3bbe4ed663c3cdd4aeb666df782cd81c35c.tar.gz accel-ppp-0d19e3bbe4ed663c3cdd4aeb666df782cd81c35c.zip |
Some AVP we are not handling yet, and it is better to provide option
to ignore them, instead of refusing connection.
Signed-off-by: Denys Fedoryshchenko <denys@visp.net.lb>
Diffstat (limited to 'accel-pppd/ctrl/l2tp/l2tp.h')
-rw-r--r-- | accel-pppd/ctrl/l2tp/l2tp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/l2tp/l2tp.h b/accel-pppd/ctrl/l2tp/l2tp.h index ac9b8e0b..8a8cffdd 100644 --- a/accel-pppd/ctrl/l2tp/l2tp.h +++ b/accel-pppd/ctrl/l2tp/l2tp.h @@ -66,6 +66,7 @@ struct l2tp_packet_t }; extern int conf_verbose; +extern int conf_avp_permissive; struct l2tp_dict_attr_t *l2tp_dict_find_attr_by_name(const char *name); struct l2tp_dict_attr_t *l2tp_dict_find_attr_by_id(int id); |