mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-10282: ipv6 firewall rules operation should be done with ip6tables (#2450)
For ipv6 firewall rules operation should be done with ip6tables.
This commit is contained in:
parent
3109c590e3
commit
97441a82f9
@ -78,7 +78,7 @@ fi
|
|||||||
ipv6="/etc/iptables/rules.v6"
|
ipv6="/etc/iptables/rules.v6"
|
||||||
if [ -e $ipv6 ]
|
if [ -e $ipv6 ]
|
||||||
then
|
then
|
||||||
iptables-restore < $ipv6
|
ip6tables-restore < $ipv6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
date > /var/cache/cloud/boot_up_done
|
date > /var/cache/cloud/boot_up_done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user