This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.11 by this push:
new 97441a8 CLOUDSTACK-10282: ipv6 firewall rules operation should be
done with ip6tables (#2450)
97441a8 is described below
commit 97441a82f96ae4f30fcd866a63e63c64a71ff04b
Author: Marc-Aurèle Brothier <[email protected]>
AuthorDate: Thu Feb 15 10:09:23 2018 +0100
CLOUDSTACK-10282: ipv6 firewall rules operation should be done with
ip6tables (#2450)
For ipv6 firewall rules operation should be done with ip6tables.
---
systemvm/debian/opt/cloud/bin/setup/postinit.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemvm/debian/opt/cloud/bin/setup/postinit.sh
b/systemvm/debian/opt/cloud/bin/setup/postinit.sh
index d29203f..9da5c7a 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
--
To stop receiving notification emails like this one, please contact
[email protected].