<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:34 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-1233] VM phy-interface assigned with multiple Ipv6 address in trunk/subport use-cases</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1233</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Consider following topology to testing trunk/subport use-case.&lt;/p&gt;

&lt;p&gt;1) 3 networks and 3 ipv6 subnets&lt;/p&gt;

&lt;p&gt;openstack network create net0&lt;/p&gt;

&lt;p&gt;openstack network create net1&lt;/p&gt;

&lt;p&gt;openstack network create net2&lt;/p&gt;

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

&lt;p&gt;openstack subnet create --network net0 --subnet-range 2001:db8:0:3::/64 subnet0_IPV6 --ip-version=6 --ipv6-address-mode=slaac --ipv6-ra-mode=slaac --allocation-pool start=2001:db8:0:3::2,end=2001:db8:0:3:ffff:ffff:ffff:fffe&lt;/p&gt;

&lt;p&gt;openstack subnet create --network net1 --subnet-range 2001:db8:0:4::/64 subnet1_IPV6 --ip-version=6 --ipv6-address-mode=slaac --ipv6-ra-mode=slaac --allocation-pool start=2001:db8:0:4::2,end=2001:db8:0:4:ffff:ffff:ffff:fffe&lt;/p&gt;

&lt;p&gt;openstack subnet create --network net2 --subnet-range 2001:db8:0:5::/64 subnet2_IPV6 --ip-version=6 --ipv6-address-mode=slaac --ipv6-ra-mode=slaac --allocation-pool start=2001:db8:0:5::2,end=2001:db8:0:5:ffff:ffff:ffff:fffe&lt;/p&gt;

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

&lt;p&gt;openstack port create --network net0 port0 --disable-port-security&lt;/p&gt;

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

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

&lt;p&gt;openstack port create --network net1 --mac-address &quot;$parent_mac&quot; port1 --disable-port-security&lt;/p&gt;

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

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

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

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

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

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

&lt;p&gt;4) Router created and all IPv6 subnet added to the router.&lt;/p&gt;

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

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

&lt;p&gt;openstack router add subnet router1 subnet0_IPV6&lt;/p&gt;

&lt;p&gt;openstack router add subnet router1 subnet1_IPV6&lt;/p&gt;

&lt;p&gt;openstack router add subnet router1 subnet2_IPV6&lt;/p&gt;

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

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

&lt;p&gt;openstack server create --flavor ds1G --availability-zone nova:osc-pike-ubuntu16 --image&#160;Ubuntu --nic port-id=port0 VM1&lt;/p&gt;

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

&lt;p&gt;Observed the VM&apos;s phy-interface getting assigned with all the trunk/sub-ports Ipv6 address(snapshot attached). It should only have trunk-port address.&lt;/p&gt;

&lt;p&gt;packet-capture done during booting of VM.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="29878">NETVIRT-1233</key>
            <summary>VM phy-interface assigned with multiple Ipv6 address in trunk/subport use-cases</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10002">Duplicate</resolution>
                                        <assignee username="Karthikeyan">Karthikeyan Krishnan</assignee>
                                    <reporter username="xcheara">Chetan Arakere Gowdru</reporter>
                        <labels>
                            <label>VPNV6</label>
                    </labels>
                <created>Fri, 27 Apr 2018 14:11:05 +0000</created>
                <updated>Mon, 14 May 2018 07:06:48 +0000</updated>
                            <resolved>Fri, 11 May 2018 11:20:38 +0000</resolved>
                                                    <fixVersion>Fluorine</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="62928" author="karthikeyan" created="Fri, 11 May 2018 11:20:38 +0000"  >&lt;p&gt;This is duplicate of&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-1245&quot; title=&quot;Dynamic IPv6 assignment for sub-port is not working&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETVIRT-1245&quot;&gt;&lt;del&gt;NETVIRT-1245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14631" name="ifconfig-output.jpg" size="114765" author="xcheara" created="Fri, 27 Apr 2018 14:12:10 +0000"/>
                            <attachment id="14630" name="tapcce1998d-a0.pcap" size="25048" author="xcheara" created="Fri, 27 Apr 2018 14:11:25 +0000"/>
                    </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03e0f:</customfieldvalue>

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