From d5f327755c0b3c1af9a6948643b6b97fc58c5fac Mon Sep 17 00:00:00 2001 From: David Duque Date: Mon, 21 Nov 2022 02:05:34 +0000 Subject: [PATCH] vagrant: Remove unneeded configuration step * Local IPv6 is now assured by the setup script itself --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index f4dc734..6c9b919 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -49,9 +49,6 @@ Vagrant.configure("2") do |config| m.vm.network "private_network", ip: "192.168.168.#{ip+n}" m.vm.provision "shell", :inline => <<-SH - # Make sure we have IPv6 loopback (::1) - sysctl -w net.ipv6.conf.lo.disable_ipv6=0 - echo -e "fs.inotify.max_user_instances=1024\nnet.ipv6.conf.lo.disable_ipv6=0" > /etc/sysctl.conf git config --global --add safe.directory /vagrant # Set environment variables so that the setup script does