From 3236c5da0c50961f534ce0227dd1c41c2db28ad5 Mon Sep 17 00:00:00 2001 From: koivo <koivo@live.de> Date: Thu, 17 Oct 2024 20:35:45 +0200 Subject: [PATCH] [ipv6] fix terminal in webif --- lib/python/Screens/NetworkSetup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index e07d67c3bd..ef02b8eeca 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -4510,6 +4510,7 @@ def ok(self): fp.write("0") system("rm -R " + ipv6) fp.close() + system("sysctl net.ipv6.conf.lo.disable_ipv6=0") self.close() def run(self):