Add icmpv6 as a protocol to security groups rules

Closes-Bug: #1449756
Change-Id: Iba731ad4c8b40d2954293a58031e44d29e8e3777
This commit is contained in:
john_a_joyce 2016-01-25 14:29:52 -05:00
parent 129502f239
commit 47a5187373
1 changed files with 15 additions and 7 deletions

View File

@ -646,7 +646,9 @@
<listitem>
<para>The protocol that is matched by the security group rule.
Valid values are <literal>null</literal>, <literal>tcp</literal>, <literal>udp</literal>, and <literal>icmp</literal>.</para>
Valid values are <literal>null</literal>, <literal>tcp</literal>,
<literal>udp</literal>, <literal>icmp</literal>,
and <literal>icmpv6</literal>.</para>
</listitem>
</varlistentry>
@ -654,9 +656,12 @@
<term>port_range_min</term>
<listitem>
<para>The minimum port number in the range that is matched by the security group rule.
If the protocol is TCP or UDP, this value must be less than or equal to the <literal>port_range_max</literal> attribute value.
If the protocol is ICMP, this value must be an ICMP type.</para>
<para>The minimum port number in the range that is matched
by the security group rule. If the protocol is TCP or UDP,
this value must be less than or equal to the
<literal>port_range_max</literal> attribute value. If the
protocol is ICMP or ICMPv6, this value must be an
ICMP or ICMPv6 type, respectively.</para>
</listitem>
</varlistentry>
@ -664,9 +669,12 @@
<term>port_range_max</term>
<listitem>
<para>The maximum port number in the range that is matched by the security group rule.
The <literal>port_range_min</literal> attribute constrains the <literal>port_range_max</literal> attribute.
If the protocol is ICMP, this value must be an ICMP code.</para>
<para>The maximum port number in the range that is matched
by the security group rule.
The <literal>port_range_min</literal> attribute constrains
the <literal>port_range_max</literal> attribute. If the
protocol is ICMP or ICMPv6, this value must be an ICMP or
ICMPv6 type, respectively.</para>
</listitem>
</varlistentry>