1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Force IPv6 disabled for LAN interface

This commit is contained in:
Ycarus 2019-02-03 19:46:21 +01:00
parent a9b513f2b1
commit 952566517a
2 changed files with 8 additions and 3 deletions

View file

@ -1169,10 +1169,13 @@ function set_ipv6_state(disable_ipv6)
-- Disable/Enable route announce of IPv6
if disable_ipv6 == "1" then
ucic:set("dhcp","lan","ra_default","0")
ucic:set("network","lan","ipv6","0")
--else
-- ucic:set("dhcp","lan","ra_default","1")
end
ucic:set("network","lan","ipv6","0")
-- Disable/Enable IPv6 DHCP and change Shadowsocks listen address
if disable_ipv6 == "1" then
luci.sys.call("uci -q del dhcp.lan.dhcpv6")