mesh-batman-adv-core: disable igmp_snooping on br-client
IGMP snooping causes serious trouble with IPv6 neighbour discovery.
This commit is contained in:
parent
29464a4ba1
commit
d87cf05c95
@ -35,6 +35,7 @@ if not uci:get('network', 'client') then
|
||||
)
|
||||
end
|
||||
|
||||
uci:set('network', 'client', 'igmp_snooping', 0)
|
||||
uci:set('network', 'client', 'macaddr', sysconfig.primary_mac)
|
||||
uci:set('network', 'client', 'peerdns', 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user