diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2011-12-29 11:05:11 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2011-12-29 11:05:11 +0400 |
commit | 5fa8eb247b742f402b40dd718ae04c43854e6802 (patch) | |
tree | 87fe3a77b3ca2ff771c9e4d6e912202d07719e3d /accel-pppd/accel-ppp.conf.5 | |
parent | f1c39d3ff40aece8278afaec0098607d498cd768 (diff) | |
download | accel-ppp-5fa8eb247b742f402b40dd718ae04c43854e6802.tar.gz accel-ppp-5fa8eb247b742f402b40dd718ae04c43854e6802.zip |
pppoe: implemented PADI limiting
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 4274965..1a16d77 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. |