Skip to content

Commit

Permalink
mkcloud: enable IPv6
Browse files Browse the repository at this point in the history
something (likely libvirt) did set disable_ipv6=1 and that prevented ping6
from reaching crowbar
  • Loading branch information
bmwiedemann committed Sep 17, 2019
1 parent 7b4dfd2 commit a3f7ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/mkcloud-driver-libvirt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function libvirt_prepare()
$sudo ${scripts_lib_dir}/libvirt/net-start /tmp/$cloud-ironic.net.xml || exit $?
fi
libvirt_net_start
$sudo sysctl -e net.ipv6.conf.$cloudbr.disable_ipv6=0
}

function libvirt_do_setupadmin()
Expand Down

0 comments on commit a3f7ca1

Please sign in to comment.