summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/pppoe/pppoe.h
diff options
context:
space:
mode:
authorroot <you@example.com>2016-11-13 22:20:45 +0000
committerroot <you@example.com>2016-11-13 22:20:45 +0000
commite33a2b9c3fdfd7e89e1daa8c4407bec9dc02dc17 (patch)
tree6920324c3735b02c366fedcb661a384a032f288a /accel-pppd/ctrl/pppoe/pppoe.h
parent7de0d2d00be552dede15dfd02c9e423dda7eb6f5 (diff)
downloadaccel-ppp-e33a2b9c3fdfd7e89e1daa8c4407bec9dc02dc17.tar.gz
accel-ppp-e33a2b9c3fdfd7e89e1daa8c4407bec9dc02dc17.zip
Add possibility to specify multiple service names, add option accept-any-service to provide backward compatibility with old accel-ppp
Diffstat (limited to 'accel-pppd/ctrl/pppoe/pppoe.h')
-rw-r--r--accel-pppd/ctrl/pppoe/pppoe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/pppoe/pppoe.h b/accel-pppd/ctrl/pppoe/pppoe.h
index aac169ed..059c9aed 100644
--- a/accel-pppd/ctrl/pppoe/pppoe.h
+++ b/accel-pppd/ctrl/pppoe/pppoe.h
@@ -102,7 +102,8 @@ struct pppoe_serv_t
};
extern int conf_verbose;
-extern char *conf_service_name;
+extern char *conf_service_name[255];
+extern int conf_accept_any_service;
extern char *conf_ac_name;
extern char *conf_pado_delay;