<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:29 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>[NEUTRON-71] Valid remote-ip-prefix (e.g. 192.168.50.0/24) sent by neutron security-group-rule-create is not accepted by Neutron northbound API</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-71</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Related log messages:&lt;/p&gt;

&lt;p&gt;2015-09-25 16:27:33,090 | TRACE | tp932741097-3022 | NeutronSecurityRuleAware         | 314 - org.opendaylight.groupbasedpolicy.neutron-mapper - 0.2.2.SNAPSHOT | canCreateNeutronSecurityRule - NeutronSecurityRule&lt;/p&gt;
{securityRuleUUID=&apos;c77016a8-10ac-4f5d-854e-cb3ae4c58397&apos;, securityRuleDirection=&apos;ingress&apos;, securityRuleProtocol=&apos;tcp&apos;, securityRulePortMin=20202, securityRulePortMax=20208, securityRuleEthertype=&apos;IPv4&apos;, securityRuleRemoteIpPrefix=&apos;192.168.50.0/24&apos;, securityRemoteGroupID=null, securityRuleGroupID=&apos;5a816afa-fa86-4575-849c-54cc7e74c247&apos;, securityRuleTenantID=&apos;60b166c6-a167-4094-a717-149b4ee46413&apos;}
&lt;p&gt;2015-09-25 16:27:33,091 | ERROR | tp932741097-3022 | ContainerResponse                | 217 - com.sun.jersey.jersey-server - 1.17.0 | The RuntimeException could not be mapped to a response, re-throwing to the HTTP container&lt;br/&gt;
java.lang.IllegalArgumentException: Cannot create IpAddress from 192.168.50.0/24&lt;br/&gt;
	at org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddressBuilder.getDefaultInstance(IpAddressBuilder.java:41)&lt;br/&gt;
	at org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress.&amp;lt;init&amp;gt;(IpAddress.java:40)&lt;br/&gt;
	at org.opendaylight.neutron.transcriber.NeutronSecurityRuleInterface.toMd(NeutronSecurityRuleInterface.java:198)&lt;br/&gt;
	at org.opendaylight.neutron.transcriber.NeutronSecurityRuleInterface.toMd(NeutronSecurityRuleInterface.java:38)&lt;br/&gt;
	at org.opendaylight.neutron.transcriber.AbstractNeutronInterface.addMd(AbstractNeutronInterface.java:47)&lt;br/&gt;
	at org.opendaylight.neutron.transcriber.NeutronSecurityRuleInterface.addNeutronSecurityRule(NeutronSecurityRuleInterface.java:137)&lt;br/&gt;
	at org.opendaylight.neutron.northbound.api.NeutronSecurityRulesNorthbound.createSecurityRules(NeutronSecurityRulesNorthbound.java:229)&lt;span class=&quot;error&quot;&gt;&amp;#91;243:org.opendaylight.neutron.northbound-api:0.5.2.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
(...)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26633">NEUTRON-71</key>
            <summary>Valid remote-ip-prefix (e.g. 192.168.50.0/24) sent by neutron security-group-rule-create is not accepted by Neutron northbound API</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="-1">Unassigned</assignee>
                                    <reporter username="peter.palmar@pantheon.sk">Peter Palmar</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Sep 2015 07:58:49 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:05 +0000</updated>
                            <resolved>Tue, 13 Oct 2015 11:23:26 +0000</resolved>
                                    <version>stable/lithium</version>
                                                    <component>northbound-api</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="53447" author="msunal@cisco.com" created="Mon, 28 Sep 2015 09:49:26 +0000"  >&lt;p&gt;remote ip prefix has CIDR format - 192.168.50.0/24&lt;/p&gt;

&lt;p&gt;but neutron-secgroups.yang has modeled remote ip prefix as:&lt;/p&gt;

&lt;p&gt;leaf remote-ip-prefix {&lt;br/&gt;
   type inet:ip-address;&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;as you can see type inet:ip-prefix should be used instead of intet:ip-address&lt;/p&gt;</comment>
                            <comment id="53448" author="yamahata" created="Tue, 29 Sep 2015 23:42:07 +0000"  >&lt;p&gt;The patch was merged by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/26266/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/26266/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Can you make sure that your ODL neutron northbound include the patch&lt;br/&gt;
and test it with the patch?&lt;/p&gt;</comment>
                            <comment id="53449" author="peter.palmar@pantheon.sk" created="Tue, 13 Oct 2015 11:23:26 +0000"  >&lt;p&gt;Verified, it works.&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>4363</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=4363]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10325"><![CDATA[Lithium-2]]></customfieldvalue>

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

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