Skip to content

Commit

Permalink
mkcloud: enable IPv6
Browse files Browse the repository at this point in the history
something unknown did set disable_ipv6=1 and that prevented ping6
from reaching crowbar
  • Loading branch information
bmwiedemann committed Sep 17, 2019
1 parent 7b4dfd2 commit cc7ec44
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 @@ -535,6 +535,7 @@ function libvirt_do_macfunc
function libvirt_start_radvd
{
if (( $want_ipv6 > 0 )); then
$sudo sysctl -e net.ipv6.conf.$cloudbr.disable_ipv6=0
if ! pidof radvd >/dev/null; then
if ! grep -q $cloudbr /etc/radvd.conf; then
snippet=$($scripts_lib_dir/ipv6/radvd-conf-template)
Expand Down

0 comments on commit cc7ec44

Please sign in to comment.