cloudstack/scripts
Wido den Hollander 990e4a6e40 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 <wido@widodh.nl>
2017-07-25 16:31:35 +02:00
..
common/keys scripts: use cloudmanagementserver.keystore instead of cloud.keystore 2015-02-28 17:06:27 +05:30
installer CLOUDSTACK-9842: Make UI JSP Free 2016-09-28 12:26:43 +05:30
network writeIfNotHere requires an array of strings, not a string 2016-03-30 11:17:13 +00:00
storage CLOUDSTACK-9408: Fix download urls in sql and scripts 2017-04-20 12:33:33 +05:30
util CLOUDSTACK-9463: Fix dynamic-roles migrate script for old format 2016-08-19 17:33:07 +05:30
vm ipv6: Allow all ICMPv6 traffic if -1 is provided as a ICMP type 2017-07-25 16:31:35 +02:00