On luci side:
Disable dhcpv6 by editing the lan interface>dhcp tab>disable
On CLI side:
cd /etc/config
vi firewall
# Uncomment this line to disable ipv6 rules
option disable_ipv6 1
cd /etc/
vi sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
(Last edited by chronoman on 28 Dec 2015, 02:00)