|
@@ -9,11 +9,12 @@ uci:section('network', 'interface', 'wan',
|
|
|
{
|
|
|
ifname = sysconfig.wan_ifname,
|
|
|
type = 'bridge',
|
|
|
- igmp_snooping = 0,
|
|
|
+ multicast_querier = 0,
|
|
|
peerdns = 0,
|
|
|
auto = 1,
|
|
|
}
|
|
|
)
|
|
|
+uci:delete('network', 'wan', 'igmp_snooping')
|
|
|
|
|
|
if not uci:get('network', 'wan', 'proto') then
|
|
|
uci:set('network', 'wan', 'proto', 'dhcp')
|