diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2017-08-08 18:39:58 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2017-08-08 18:39:58 +0300 |
commit | 4b7c9dea22afa4ab598b1b6fae2c0d470aa32d9f (patch) | |
tree | ee1ad9ef1de38763ccab699fc43804ae27447fc4 /accel-pppd/accel-ppp.conf.5 | |
parent | 945a132a7af2862d89fa1fb86c175fe595419eef (diff) | |
parent | 685a8b314121dbdde3bdcfe6308497123a878420 (diff) | |
download | accel-ppp-4b7c9dea22afa4ab598b1b6fae2c0d470aa32d9f.tar.gz accel-ppp-4b7c9dea22afa4ab598b1b6fae2c0d470aa32d9f.zip |
Merge branch 'master' of github.com:xebd/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 d49b65f..bfc5427 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -481,6 +481,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. |