Skip to content

Commit

Permalink
[Virtualization][MU]: Disable ipv6 forwarding in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-suse committed Jan 7, 2025
1 parent 7771a9c commit 6945798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/parallel_guest_migration_base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,7 @@ 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;
setup_common_ssh_config;
Expand Down

0 comments on commit 6945798

Please sign in to comment.