Hi,
executing of command wifi disables ipv6 connectivity on wan interface. The wan interface is pppoe-wan. To get ipv6
connectivity again, I've to execute manually
ubus call network add_dynamic '{ "name": "wan_6", "ifname": "@wan", "proto": "dhcpv6", "zone": "wan" }'
what is usually done by /lib/netifd/ppp6-up.
How can I avoid this?
Regards,
Hartmut