Age | Commit message (Collapse) | Author |
|
MaxInitialRtrAdvCount, MaxInitialRtrAdvInterval parameters
|
|
configuration
|
|
|
|
|
|
|
|
|
|
|
|
Parameters are same as for tc:
[shaper]
leaf-qdisc=fq_codel [ limit PACKETS ] [flows NUMBER ] [ target TIME ] [ interval TIME ] [ quantum BYTES ] [ [no]ecn ]
|
|
|
|
|
|
drop existing sessions immediately and continue rather than wait full session termination
|
|
some infinite configure loops)
|
|
|
|
To enable this specify attr-opt82 option in [ipoe] section.
Attribute must be octet type.
|
|
pass dhcp lease time (attribute must be integer)
|
|
|
|
|
|
|
|
release)
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Denys Fedoryshchenko <nuclearcat@nuclearcat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
already started
|
|
already started
|
|
There is some issue on binding raw ICMPv6 socket immediately after assigning address on 3.14 (and probably later) kernel.
This causes ipv6_nd to fail to start.
This patch makes ipv6_nd to try to bind later if bind fails.
|
|
|
|
|
|
|
|
Previous version used linear list of vlan monitor enabled interfaces,
this caused huge overhead in packet receive path because for each
received packet it performed search on linear list to check if vlan monitor
is enabled on input device.
Current version binds internal structure to net_device->ml_priv so search is not performed more.
|
|
With unblocked signals log thread may catch SIGCHLD which causes zombie process.
|
|
If specified then accel-ppp will send tunnel type as string (pppoe,pptp,l2tp,ipoe).
|
|
auth modules
Passed strings was not nullterminated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|