<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:24:03 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-1432] IPv6 address not getting assigned in subport.</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1432</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;neutron net-create mynet1&lt;/p&gt;

&lt;p&gt;neutron net-create mynet2&lt;/p&gt;

&lt;p&gt;neutron net-create mynet3&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;neutron subnet-create mynet1 10.1.0.0/24 --name net1-snet1&lt;/p&gt;

&lt;p&gt;neutron subnet-create mynet2 11.1.0.0/24 --name net2-snet1&lt;/p&gt;

&lt;p&gt;neutron subnet-create mynet3 12.1.0.0/24&#160; --name net3-snet1&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;neutron subnet-create mynet1 2001:db8:1111::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name net1-snet2&lt;/p&gt;

&lt;p&gt;neutron subnet-create mynet2 2001:db8:2222::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name net2-snet2&lt;/p&gt;

&lt;p&gt;neutron subnet-create mynet3 2001:db8:3333::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name net3-snet2&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;2) 3 ports on different subnet sharing same Mac-address&lt;/p&gt;

&lt;p&gt;neutron port-create mynet1 --name parent-port --security-group=raja&lt;/p&gt;

&lt;p&gt;parent_mac=&quot;$( openstack port show parent-port | awk &apos;/ mac_address / { print $4 }&apos; )&quot;&lt;/p&gt;

&lt;p&gt;echo $parent_mac&lt;/p&gt;

&lt;p&gt;openstack port create --network mynet2 --mac-address &quot;$parent_mac&quot; port2 --security-group=raja&lt;/p&gt;

&lt;p&gt;openstack port create --network mynet3 --mac-address &quot;$parent_mac&quot; port3 --security-group=raja&lt;/p&gt;

&lt;p&gt;3) Configuring port0 as trunk and port1 and port2 as sub-ports.&lt;/p&gt;

&lt;p&gt;openstack network trunk create --parent-port parent-port trunk-port&lt;/p&gt;

&lt;p&gt;openstack network trunk set --subport port=port2,segmentation-type=vlan,segmentation-id=101 trunk-port&lt;/p&gt;

&lt;p&gt;openstack network trunk set --subport port=port3,segmentation-type=vlan,segmentation-id=102 trunk-port&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;openstack port create --network mynet1 parent-ipv4&lt;/p&gt;

&lt;p&gt;parent_mac=&quot;$( openstack port show parent-ipv4 | awk &apos;/ mac_address / { print $4 }&apos; )&quot;&lt;/p&gt;

&lt;p&gt;echo $parent_mac&lt;/p&gt;

&lt;p&gt;openstack port create --network mynet2 --mac-address &quot;$parent_mac&quot; port2&lt;/p&gt;

&lt;p&gt;openstack port create --network mynet3 --mac-address &quot;$parent_mac&quot; port3&lt;/p&gt;

&lt;p&gt;4) Configuring port0 as trunk and port1 and port2 as sub-ports.&lt;/p&gt;

&lt;p&gt;openstack network trunk create --parent-port parent-ipv4 trunkipv4&lt;/p&gt;

&lt;p&gt;openstack network trunk set --subport port=port2,segmentation-type=vlan,segmentation-id=101 trunkipv4&lt;/p&gt;

&lt;p&gt;openstack network trunk set --subport port=port3,segmentation-type=vlan,segmentation-id=102 trunkipv4&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;openstack router create router1&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;5) VM booted on trunk port.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;nova boot --image ubuntu --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;parent-port&apos; | awk &apos;{print $2}&apos;) parent-port --availability-zone nova:cmp001&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;5) Create sub interface(VLAN) on booted ubuntu VM using below commands.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;vconfig add ens3 101(Same as sub-port VLAN ID)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;6) Create Router and add all IPv6 subnets to router.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30728">NETVIRT-1432</key>
            <summary>IPv6 address not getting assigned in subport.</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="Karthikeyan">Karthikeyan Krishnan</assignee>
                                    <reporter username="rajamk">RajaRajan Manickam</reporter>
                        <labels>
                    </labels>
                <created>Fri, 14 Sep 2018 11:28:01 +0000</created>
                <updated>Tue, 18 Sep 2018 06:28:45 +0000</updated>
                            <resolved>Tue, 18 Sep 2018 04:26:24 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="64975" author="karthikeyan" created="Tue, 18 Sep 2018 04:26:24 +0000"  >&lt;ul&gt;
	&lt;li&gt;&#160;ODL Controller is sending Unsolicited Router Advertisement (URA) packet to all node IP address (ff02::1) periodically to attached trunk and sub-ports networks (As per the shared PCAP and other debug logs)&lt;/li&gt;
	&lt;li&gt;Verified the pcap files for both trunk port and sub-port URA packets which has sent from ODL controller and looks like there is no difference between trunk port and sub-port URA packets (Flags &amp;amp; Other Info)&lt;/li&gt;
	&lt;li&gt;On the VM console, we were able to see those received URA packets.&lt;/li&gt;
	&lt;li&gt;Some how VM sub-interfaces (ens3.101 and ens3.102) are not getting assigned with received IPv6 prefix.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;As bug submitter confirmed that ubuntu 16.04 q-cow2 image VM is working fine for all trunk and sub-ports IPv6 assignment.&lt;/p&gt;

&lt;p&gt;Hence closing this bug.&#160;&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_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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