Skip to content

Commit

Permalink
Disable ipv6 forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-suse committed Dec 25, 2024
1 parent 72a6a6a commit 96be283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/parallel_guest_migration_base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,10 @@ iptables -P OUTPUT ACCEPT;
iptables -t nat -F;
iptables -F;
sysctl -w net.ipv4.ip_forward=1;
sysctl -w net.ipv4.conf.all.forwarding=1;
sysctl -w net.ipv6.conf.all.forwarding=1"
sysctl -w net.ipv4.conf.all.forwarding=1"
);
save_screenshot;
#sysctl -w net.ipv6.conf.all.forwarding=1"
setup_common_ssh_config;
}

Expand Down

0 comments on commit 96be283

Please sign in to comment.