Skip to content

Commit 97441a8

Browse files
marcaureleyadvr
authored andcommitted
CLOUDSTACK-10282: ipv6 firewall rules operation should be done with ip6tables (#2450)
For ipv6 firewall rules operation should be done with ip6tables.
1 parent 3109c59 commit 97441a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/debian/opt/cloud/bin/setup/postinit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fi
7878
ipv6="/etc/iptables/rules.v6"
7979
if [ -e $ipv6 ]
8080
then
81-
iptables-restore < $ipv6
81+
ip6tables-restore < $ipv6
8282
fi
8383

8484
date > /var/cache/cloud/boot_up_done

0 commit comments

Comments
 (0)