mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
7a6b2badfa
[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>
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
|