<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:17 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>[VPNSERVICE-76] fib-show displays null pointer exception when subnetwork is added as router interface</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-76</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;neutron net-create network1&lt;br/&gt;
neutron subnet-create network1 11.0.0.0/24 --name subnetwork1 --enable-dhcp&lt;br/&gt;
neutron port-create network1 --name network1port11&lt;br/&gt;
neutron port-create network1 --name network1port12&lt;br/&gt;
neutron port-create network1 --name network1port13&lt;br/&gt;
neutron port-create network1 --name network1port14&lt;/p&gt;

&lt;p&gt;neutron net-create network2&lt;br/&gt;
neutron subnet-create network2 12.0.0.0/24 --name subnetwork2 --enable-dhcp&lt;br/&gt;
neutron port-create network2 --name network2port21&lt;br/&gt;
neutron port-create network2 --name network2port22&lt;br/&gt;
neutron port-create network2 --name network2port23&lt;br/&gt;
neutron port-create network2 --name network2port24&lt;/p&gt;

&lt;p&gt;nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port11&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost11 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port12&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost12 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port13&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost13 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port14&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost14 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port21&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost21 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port22&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost22 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port23&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost23 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
sleep 20&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port24&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost24 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;/p&gt;


&lt;p&gt;And once all VNFs are up created and added the subnetwork1 and subnetwork2 to router as interfaces.&lt;/p&gt;

&lt;p&gt;neutron router-create RouterSNAT&lt;br/&gt;
neutron router-interface-add RouterSNAT subnetwork1&lt;br/&gt;
neutron router-interface-add RouterSNAT subnetwork2&lt;/p&gt;


&lt;p&gt;When i did fib-show in karaf CLI...it diplays the null pointyer exception&lt;br/&gt;
But the l3vpn flows are added to the switch(table=21)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21685">VPNSERVICE-76</key>
            <summary>fib-show displays null pointer exception when subnetwork is added as router interface</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="h.v.kandagal@ericsson.com">Hanamantagoud V Kandagal</assignee>
                                    <reporter username="basavaraju.chickmath@ericsson.com">BASAVARAJU CHICKMATH</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Apr 2017 11:52:29 +0000</created>
                <updated>Sat, 23 Jun 2018 21:36:22 +0000</updated>
                            <resolved>Sat, 23 Jun 2018 21:36:22 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40598" author="basavaraju.chickmath@ericsson.com" created="Tue, 25 Apr 2017 11:52:29 +0000"  >&lt;p&gt;Attachment dump_output-25-04-18-14.tar.gz has been added with description: Complete logs and datastore dumps attached&lt;/p&gt;</comment>
                            <comment id="63645" author="shague@redhat.com" created="Sat, 23 Jun 2018 21:36:22 +0000"  >&lt;p&gt;vpnservice is no longer active&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12782" name="dump_output-25-04-18-14.tar.gz" size="631141" author="basavaraju.chickmath@ericsson.com" created="Tue, 25 Apr 2017 11:52:29 +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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8294</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=8294]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10101" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10117"><![CDATA[minor]]></customfieldvalue>

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