diff options
author | root <you@example.com> | 2016-11-13 22:20:45 +0000 |
---|---|---|
committer | root <you@example.com> | 2016-11-13 22:20:45 +0000 |
commit | e33a2b9c3fdfd7e89e1daa8c4407bec9dc02dc17 (patch) | |
tree | 6920324c3735b02c366fedcb661a384a032f288a /accel-pppd/accel-ppp.conf.5 | |
parent | 7de0d2d00be552dede15dfd02c9e423dda7eb6f5 (diff) | |
download | accel-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/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index eefbe6be..4c25a495 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -478,6 +478,10 @@ Specifies AC-Name tag value. If absent tag will not be sent. .BI "service-name=" service-name Specifies Service-Name to respond. If absent any Service-Name is acceptable and client's Service-Name will be sent back. .TP +.BI "accept-any-service=" n +If service-name specified still will answer with service names, but accepts any service name in PADR request. Useful +for scenarios, where selection of PPPoE done by client, based on service names in PADO. +.TP .BI "pado-delay=" delay[,delay1:count1[,delay2:count2[,...]]] Specifies delays (also in condition of connection count) to send PADO (ms). Last delay in list may be -1 which means don't accept new connections. |