Remove the disable of ipv6 in gate
Disable ipv6 will lose the vm Change-Id: I7316d013d9281946c1c566279cd64ecbe6b67d37 Closes-Bug: #1643858
This commit is contained in:
parent
db5954e0b3
commit
05a458a739
@ -62,8 +62,4 @@ sudo systemctl daemon-reload
|
||||
sudo systemctl start docker
|
||||
sudo docker info
|
||||
|
||||
# disable ipv6 until we're sure routes to fedora mirrors work properly
|
||||
sudo sh -c 'echo "net.ipv6.conf.all.disable_ipv6 = 1" > /etc/sysctl.d/disable_ipv6.conf'
|
||||
sudo /usr/sbin/sysctl -p
|
||||
|
||||
echo "Completed $0."
|
||||
|
Loading…
Reference in New Issue
Block a user