GitHub user wido opened a pull request: https://github.com/apache/cloudstack/pull/2038
ipv6: Allow all ICMPv6 traffic if -1 is provided as a ICMP type ip6tables no longer takes '--icmpv6-type any' as a argument. To allow all ICMPv6 traffic with ip6tables it has to be invoked this way: $ ip6tables -I i-2-14-VM -p icmpv6 -s ::/0 -j ACCEPT All ICMPv6 traffic is now allow into the Instance. Signed-off-by: Wido den Hollander <w...@widodh.nl> You can merge this pull request into a Git repository by running: $ git pull https://github.com/wido/cloudstack ipv6-icmpv6all Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/2038.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2038 ---- commit eaffe3a13bdbcc03ed4af1f1115c147f62e3de10 Author: Wido den Hollander <w...@widodh.nl> Date: 2017-04-12T13:02:30Z ipv6: Allow all ICMPv6 traffic if -1 is provided as a ICMP type ip6tables no longer takes '--icmpv6-type any' as a argument. To allow all ICMPv6 traffic with ip6tables it has to be invoked this way: $ ip6tables -I i-2-14-VM -p icmpv6 -s ::/0 -j ACCEPT All ICMPv6 traffic is now allow into the Instance. Signed-off-by: Wido den Hollander <w...@widodh.nl> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---