Revert "fix(gateway): Remove /dev/net/tun requirement and clean up upgrade script (#3691)

This reverts PR #3392.
This reverts commit 16f5401a73.
This commit is contained in:
Andrew Dryga
2024-02-19 14:03:14 -06:00
committed by GitHub
parent c476e87eec
commit 4dc8cdf908
6 changed files with 9 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ do
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
--sysctl net.ipv6.conf.all.forwarding=1 \
--sysctl net.ipv6.conf.default.forwarding=1 \
--device="/dev/net/tun:/dev/net/tun" \
"$TARGET_IMAGE"
rm variables.env
echo "Container upgraded"