<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:46 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETVIRT-523] ACLService should treat Ethertype=IPv6 and Protocol=icmp as a request for ICMPv6</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-523</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;In Neutron, &quot;Protocol=icmp&quot; is allowed to be configured with &quot;Ethertype=IPv6&quot; for backward compatibility reasons.&lt;br/&gt;
When such a rule is configured, Neutron IPTables Firewall Driver (i.e., reference implementation) treats this as a request for ICMPv6 &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; and configures a rule accordingly.&lt;/p&gt;

&lt;p&gt;Currently, to validate some IPv6 scenario tests, tempest uses ping6 to check the IPv6 connectivity between VMs spawned on a network.&lt;br/&gt;
Before validating ping6, tempest configures a Security Group rule with ethertype=&apos;IPv6&apos; and protocol=&apos;icmp&apos;.&lt;br/&gt;
Since ACLService is not doing something similar to IPTables Firewall Driver, the IPv6 tempest scenario tests are failing.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; Snippet from iptables_firewall.py&lt;br/&gt;
    def _split_sgr_by_ethertype(self, security_group_rules):&lt;br/&gt;
        ipv4_sg_rules = []&lt;br/&gt;
        ipv6_sg_rules = []&lt;br/&gt;
        for rule in security_group_rules:&lt;br/&gt;
            if rule.get(&apos;ethertype&apos;) == constants.IPv4:&lt;br/&gt;
                ipv4_sg_rules.append(rule)&lt;br/&gt;
            elif rule.get(&apos;ethertype&apos;) == constants.IPv6:&lt;br/&gt;
                if rule.get(&apos;protocol&apos;) == &apos;icmp&apos;:&lt;br/&gt;
                    rule&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;protocol&amp;#39;&amp;#93;&lt;/span&gt; = &apos;ipv6-icmp&apos;&lt;br/&gt;
                ipv6_sg_rules.append(rule)&lt;br/&gt;
        return ipv4_sg_rules, ipv6_sg_rules&lt;/p&gt;

&lt;p&gt;Ref: &lt;a href=&quot;https://github.com/openstack/neutron/blob/master/neutron/agent/linux/iptables_firewall.py#L379&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/openstack/neutron/blob/master/neutron/agent/linux/iptables_firewall.py#L379&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20444">NETVIRT-523</key>
            <summary>ACLService should treat Ethertype=IPv6 and Protocol=icmp as a request for ICMPv6</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="SridharG">Sridhar Gaddam</assignee>
                                    <reporter username="SridharG">Sridhar Gaddam</reporter>
                        <labels>
                    </labels>
                <created>Fri, 10 Mar 2017 12:31:34 +0000</created>
                <updated>Mon, 3 Apr 2017 21:23:24 +0000</updated>
                            <resolved>Mon, 3 Apr 2017 21:23:24 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="37430" author="sgaddam@redhat.com" created="Fri, 10 Mar 2017 12:44:43 +0000"  >&lt;p&gt;Patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/53137/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/53137/1&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7952</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=7952]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01sbr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>