mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Using the broker_selection param makes it possible to decide by use (default),
always use the first available broker to connect or select a random broker
See also: 51a5e46ad1/client/l2tp_client.c (L1331-L1333)
Signed-off-by: Florian Maurer <f.maurer@outlook.de>
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
config broker
|
|
list address 'x.y.z.w:8942'
|
|
list address 'x.y.z.w:53'
|
|
list address 'x.y.z.w:123'
|
|
option uuid 'abcd'
|
|
option interface 'l2tp0'
|
|
option limit_bw_down '1024'
|
|
option broker_selection 'usage'
|
|
option enabled '0'
|