summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r--accel-pppd/accel-ppp.conf.510
1 files changed, 7 insertions, 3 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index 42749652..1a16d771 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -230,10 +230,12 @@ Timeout waiting reply from client in seconds (default 5).
.br
Configuration of PPPoE module.
.TP
-.BI "interface=" ethX
+.BI "interface=" ethX[,padi-limit=n]
Specifies interface name to listen/send discovery packets. You may specify multiple
.B interface
-options.
+options. Optional
+.B padi-limit
+parameter specifies limit of PADI packets to reply on this interface in 1 second period.
.TP
.BI "ac-name=" ac-name
Specifies AC-Name tag value. If absent tag will not be sent.
@@ -260,10 +262,12 @@ If this option is given and
.B n
is greater of zero then pppoe module will produce verbose logging.
.TP
-.TP
.BI "tr101=" 0|1
Specifies whether to handle TR101 tags.
.TP
+.BI "padi-limit=" n
+Specifies overall limit of PADI packets to reply in 1 second period (default 0 - unlimited). Rate of per-mac PADI packets is limited to no more than 1 packet per second.
+.TP
.SH [l2tp]
.br
Configuration of L2TP module.