This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vagrantfile: Move IPv6 enabler to the setup script
The code that enable IPv6 was moved from the Vagrantfile to .ci/setup_env_ubuntu.sh so that the environment can be setup correctly even if not on a vagrant box. The following line was dropped because I don't think it's worth to change the developer's environment permanently: `sudo sed -i 's/\(net.ipv6.conf.all.disable_ipv6\).*/\1=0/' /etc/sysctl.conf` Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
- Loading branch information