diff --git a/systemvm/debian/opt/cloud/bin/setup/postinit.sh b/systemvm/debian/opt/cloud/bin/setup/postinit.sh index d29203f71c2..9da5c7a75fa 100755 --- a/systemvm/debian/opt/cloud/bin/setup/postinit.sh +++ b/systemvm/debian/opt/cloud/bin/setup/postinit.sh @@ -78,7 +78,7 @@ fi ipv6="/etc/iptables/rules.v6" if [ -e $ipv6 ] then - iptables-restore < $ipv6 + ip6tables-restore < $ipv6 fi date > /var/cache/cloud/boot_up_done