0b04926433
The init sccript for igmpproxy uses the option 'network' both as an interface name for fetching the l3_device name and for creating the firewall rules. This only works if the name of the network and firewall zone are identical. This commit introduces a new option 'zone' for configuring the upstream and downstream firewall zones in order for the init script to create the required firewall rules automatically. When no such options are given, the init script falls back to not creating the firewall rules and the user can opt to create these manually. Signed-off-by: Jaap Buurman <jaapbuurman@gmail.com>
14 lines
249 B
Text
14 lines
249 B
Text
config igmpproxy
|
|
option quickleave 1
|
|
# option verbose [0-2]
|
|
|
|
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
|