<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:48:07 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>[VTN-127] Issue in audit scenarios for delete operation of vbrif OUT flowfilter</title>
                <link>https://jira.opendaylight.org/browse/VTN-127</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;Issue: During the audit for the vbridge interface OUT flowfilter the delete operation is not successful.&lt;/p&gt;

&lt;p&gt;REPORDUCE the issue:&lt;/p&gt;

&lt;p&gt;Create Controller :&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers.json&lt;/a&gt; \&lt;br/&gt;
-d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controller1&quot;, &quot;ipaddr&quot;:&quot;10.100.9.61&quot;, &quot;type&quot;: &quot;odc&quot;, &quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;enable&quot;}}&apos; &lt;/p&gt;

&lt;p&gt;Create vtn:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;vtn&quot; : {&quot;vtn_name&quot;:&quot;vtn_one&quot;,&quot;description&quot;:&quot;test VTN&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create vbr:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;vbridge&quot; : {&quot;vbr_name&quot;:&quot;vbr_two&quot;,&quot;controller_id&quot;:&quot;controller1&quot;,&quot;domain_id&quot;:&quot;(DEFAULT)&quot; }}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create interfaces:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;interface&quot;: {&quot;if_name&quot;: &quot;if1&quot;,&quot;description&quot;: &quot;if_desc1&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;interface&quot;: {&quot;if_name&quot;: &quot;if2&quot;,&quot;description&quot;: &quot;if_desc1&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Portmapping:&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT -d \&lt;br/&gt;
&apos;{&quot;portmap&quot;:{&quot;logical_port_id&quot;: &quot;PP-OF:openflow:3-s3-eth1&quot;}}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/portmap.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/portmap.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT -d \&lt;br/&gt;
&apos;{&quot;portmap&quot;:{&quot;logical_port_id&quot;: &quot;PP-OF:openflow:2-s2-eth1&quot;}}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if2/portmap.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if2/portmap.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create Flowlist:&lt;br/&gt;
curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;flowlist&quot;: {&quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;ip_version&quot;:&quot;IP&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/flowlists.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d \&lt;br/&gt;
&apos;{&quot;flowlistentry&quot;: {&quot;seqnum&quot;: &quot;233&quot;,&quot;macethertype&quot;: &quot;0x800&quot;,&quot;ipdstaddr&quot;: &quot;10.0.0.1&quot;,&quot;ipdstaddrprefix&quot;: &quot;24&quot;,&quot;ipsrcaddr&quot;: &quot;10.0.0.3&quot;,&quot;ipsrcaddrprefix&quot;: &quot;24&quot;,&quot;ipproto&quot;: &quot;1&quot;}}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/flowlists/flowlist1/flowlistentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create Flowfilter:&lt;br/&gt;
curl --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d \&lt;br/&gt;
&apos;{&quot;flowfilter&quot; : {&quot;ff_type&quot;: &quot;out&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d \&lt;br/&gt;
&apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;233&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;drop&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot; }}&apos; \&lt;br/&gt;
&lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/out/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/out/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now disable audit for the controller:&lt;br/&gt;
 curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&lt;/a&gt; -d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controller1&quot;, &quot;ipaddr&quot;:&quot;10.106.138.191&quot;, &quot;type&quot;: &quot;odc&quot;, &quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;disable&quot;}}&apos;&lt;/p&gt;

&lt;p&gt;Create another flowfilter with same sequence number but different direction for the same interface when controller in Down state:&lt;/p&gt;

&lt;p&gt;curl --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;231&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;drop&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -X POST -H &apos;content-type: application/json&apos; -d &apos;{&quot;flowfilterentry&quot;: {&quot;seqnum&quot;: &quot;233&quot;, &quot;fl_name&quot;: &quot;flowlist1&quot;, &quot;action_type&quot;:&quot;drop&quot;, &quot;priority&quot;:&quot;3&quot;, &quot;dscp&quot;:&quot;55&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/in/flowfilterentries.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Delete the flowfilter with OUT direction sequence number 233:&lt;/p&gt;

&lt;p&gt;curl  -v --user admin:adminpass -X DELETE -H &apos;content-type: application/json&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/out/flowfilterentries/233.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn_one/vbridges/vbr_two/interfaces/if1/flowfilters/out/flowfilterentries/233.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now enable audit in controller:&lt;/p&gt;

&lt;p&gt; curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X PUT &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers/controller1.json&lt;/a&gt; -d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controller1&quot;, &quot;ipaddr&quot;:&quot;10.106.138.191&quot;, &quot;type&quot;: &quot;odc&quot;, &quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;enable&quot;}}&apos;&lt;/p&gt;


&lt;p&gt;When flowfitler is fetched in the ODL controller:&lt;/p&gt;

&lt;p&gt;curl --user &quot;admin&quot;:&quot;admin&quot; -H &quot;Content-type: application/json&quot; -X GET &lt;a href=&quot;http://localhost:8181/restconf/operational/vtn:vtns/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/vtn:vtns/&lt;/a&gt;&lt;br/&gt;
{&quot;vtns&quot;:{&quot;vtn&quot;:[{&quot;name&quot;:&quot;vtn_one&quot;,&quot;vtenant-config&quot;:&lt;/p&gt;
{&quot;hard-timeout&quot;:0,&quot;idle-timeout&quot;:300,&quot;description&quot;:&quot;test VTN&quot;}
&lt;p&gt;,&quot;vbridge&quot;:[{&quot;name&quot;:&quot;vbr_two&quot;,&quot;vbridge-config&quot;:&lt;/p&gt;
{&quot;age-interval&quot;:600}
&lt;p&gt;,&quot;bridge-status&quot;:&lt;/p&gt;
{&quot;state&quot;:&quot;DOWN&quot;,&quot;path-faults&quot;:0}
&lt;p&gt;,&quot;vinterface&quot;:[{&quot;name&quot;:&quot;if1&quot;,&quot;vinterface-status&quot;:&lt;/p&gt;
{&quot;state&quot;:&quot;DOWN&quot;,&quot;entity-state&quot;:&quot;UNKNOWN&quot;}
&lt;p&gt;,&quot;port-map-config&quot;:&lt;/p&gt;
{&quot;vlan-id&quot;:0,&quot;node&quot;:&quot;openflow:3&quot;,&quot;port-name&quot;:&quot;s3-eth1&quot;}
&lt;p&gt;,&quot;vinterface-config&quot;:&lt;/p&gt;
{&quot;description&quot;:&quot;if_desc1&quot;,&quot;enabled&quot;:true}
&lt;p&gt;,&quot;vinterface-input-filter&quot;:{&quot;vtn-flow-filter&quot;:[{&quot;index&quot;:233,&quot;condition&quot;:&quot;flowlist1&quot;,&quot;vtn-flow-action&quot;:&lt;span class=&quot;error&quot;&gt;&amp;#91;{&amp;quot;order&amp;quot;:1,&amp;quot;vtn-set-inet-dscp-action&amp;quot;:{&amp;quot;dscp&amp;quot;:55}},{&amp;quot;order&amp;quot;:2,&amp;quot;vtn-set-vlan-pcp-action&amp;quot;:{&amp;quot;vlan-pcp&amp;quot;:3}}&amp;#93;&lt;/span&gt;,&quot;vtn-drop-filter&quot;:{}]},&quot;vinterface-output-filter&quot;:{&quot;vtn-flow-filter&quot;:[{&quot;index&quot;:233,&quot;condition&quot;:&quot;flowlist1&quot;,&quot;vtn-flow-action&quot;:&lt;span class=&quot;error&quot;&gt;&amp;#91;{&amp;quot;order&amp;quot;:1,&amp;quot;vtn-set-inet-dscp-action&amp;quot;:{&amp;quot;dscp&amp;quot;:55}},{&amp;quot;order&amp;quot;:2,&amp;quot;vtn-set-vlan-pcp-action&amp;quot;:{&amp;quot;vlan-pcp&amp;quot;:3}}&amp;#93;&lt;/span&gt;,&quot;vtn-drop-filter&quot;:{}]},{&quot;name&quot;:&quot;if2&quot;,&quot;vinterface-status&quot;:&lt;/p&gt;
{&quot;state&quot;:&quot;DOWN&quot;,&quot;entity-state&quot;:&quot;UNKNOWN&quot;}
&lt;p&gt;,&quot;port-map-config&quot;:&lt;/p&gt;
{&quot;vlan-id&quot;:0,&quot;node&quot;:&quot;openflow:2&quot;,&quot;port-name&quot;:&quot;s2-eth1&quot;}
&lt;p&gt;,&quot;vinterface-config&quot;:{&quot;description&quot;:&quot;if_desc1&quot;,&quot;enabled&quot;:true}}]}]}]}}&lt;span class=&quot;error&quot;&gt;&amp;#91;root@uncrhel64 data&amp;#93;&lt;/span&gt;#&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26507">VTN-127</key>
            <summary>Issue in audit scenarios for delete operation of vbrif OUT flowfilter</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="yogalakshmi.pa@hcl.com">YOGA LAKSHMI SWETHA PAYYAVULA</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Mar 2016 13:31:30 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:24 +0000</updated>
                            <resolved>Mon, 16 May 2016 23:15:10 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>ODC Driver</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53107" author="gvrangan" created="Mon, 16 May 2016 23:14:45 +0000"  >&lt;p&gt;Patches Merged&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38862/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38862/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38877&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38877&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>5557</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=5557]]></customfieldvalue>

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

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