mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
de3e415a2e
[0-3](none, minimal[default], more, maximum)
It is not 100% backward compatible, because now 0 disables logging
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
(backported from 7a6b2badfa
)
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
config igmpproxy
|
|
option quickleave 1
|
|
# option verbose [0-3](none, minimal[default], more, maximum)
|
|
|
|
config phyint
|
|
option network wan
|
|
option zone wan
|
|
option direction upstream
|
|
list altnet 192.168.1.0/24
|
|
|
|
config phyint
|
|
option network lan
|
|
option zone lan
|
|
option direction downstream
|