Skip to content

Commit

Permalink
[ipv6] fix terminal in webif
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Oct 17, 2024
1 parent 72769d5 commit 3236c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/NetworkSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3236c5d

Please sign in to comment.