openwrtv4/package/network/services/igmpproxy/files/igmpproxy.config
Kevin Darbyshire-Bryant 527696674a igmpproxy: logging options - make work & improve
Move logging command line option to uci:
option verbose [0]/1/2 - mono-syllabic/verbose/noisy

Previously handled as 'OPTIONS' in .init script however variable
was ignored so never worked.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-07-11 14:19:47 +02:00

12 lines
223 B
Text

config igmpproxy
option quickleave 1
# option verbose [0-2]
config phyint wan
option network wan
option direction upstream
list altnet 192.168.1.0/24
config phyint lan
option network lan
option direction downstream