<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:26:01 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>[NIC-25] NIC block action is not working in redirect.</title>
                <link>https://jira.opendaylight.org/browse/NIC-25</link>
                <project id="10147" key="NIC">nic</project>
                    <description>&lt;p&gt;Not able to block the traffic, which has allowed the traffic between the end points in redirect action.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23983">NIC-25</key>
            <summary>NIC block action is not working in redirect.</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10003" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Confirmed</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="m.vinoth@hcl.com">Vinothkumar</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Mar 2016 12:34:16 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:04 +0000</updated>
                                            <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="46357" author="saket.m.mahajani@hp.com" created="Thu, 3 Mar 2016 19:12:12 +0000"  >&lt;p&gt;This is due to both ALLOW and BLOCK related flows having the same priority. This is because today we aren&apos;t listening on the resolved policies from the composed graph but rather on the intent additions. We are currently working on listening to the graph edges to push the resolved policies instead.&lt;/p&gt;</comment>
                            <comment id="46358" author="m.vinoth@hcl.com" created="Fri, 4 Mar 2016 07:31:29 +0000"  >&lt;p&gt;Just elaborating this cause of the bug,&lt;/p&gt;

&lt;p&gt;Description:&lt;/p&gt;

&lt;p&gt;Step 1 : Creating a redirect intent, testing an dump flows in mininet. and found that flows are written each switch&apos;s, and traffic is allowing between the end points.&lt;/p&gt;

&lt;p&gt;Ex: intent:add -f 00:00:00:00:00:01 -t 00:00:00:00:00:05 -a REDIRECT -s srvc1&lt;/p&gt;

&lt;p&gt;Dump-flow:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x1, duration=581.583s, table=0, n_packets=232, n_bytes=19720, idle_age=2, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
 cookie=0x1, duration=581.583s, table=0, n_packets=0, n_bytes=0, idle_age=581, priority=10000,arp actions=CONTROLLER:65535,NORMAL&lt;/li&gt;
			&lt;li&gt;s2 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x2, duration=581.599s, table=0, n_packets=232, n_bytes=19720, idle_age=2, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
 cookie=0x2, duration=581.599s, table=0, n_packets=0, n_bytes=0, idle_age=581, priority=10000,arp actions=CONTROLLER:65535,NORMAL&lt;/li&gt;
			&lt;li&gt;s3 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x3, duration=581.608s, table=0, n_packets=337, n_bytes=28645, idle_age=2, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;/li&gt;
			&lt;li&gt;s4 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x4, duration=581.622s, table=0, n_packets=337, n_bytes=28645, idle_age=2, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
===========================================&lt;br/&gt;
Step 2: Creating a block intent, testing an dump flows in mininet. and found that flows are written each switch&apos;s for drop action. and subsequently existing flows were exist which has written in during the redirect action. Due to this still the traffic is allowing between the end points.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Ex: intent:add -f 00:00:00:00:00:01 -t 00:00:00:00:00:05 -a block&lt;/p&gt;

&lt;p&gt;mininet&amp;gt; dpctl dump-flows&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x0, duration=16.848s, table=0, n_packets=0, n_bytes=0, idle_age=16, pri&lt;br/&gt;
ority=9000,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions=drop&lt;br/&gt;
 cookie=0x0, duration=84.604s, table=0, n_packets=6, n_bytes=588, idle_age=78, p&lt;br/&gt;
riority=9000,in_port=1,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions&lt;br/&gt;
=output:4&lt;br/&gt;
 cookie=0x0, duration=84.677s, table=0, n_packets=6, n_bytes=588, idle_age=78, p&lt;br/&gt;
riority=9000,in_port=3,dl_src=00:00:00:00:00:05,dl_dst=00:00:00:00:00:01 actions&lt;br/&gt;
=output:1&lt;br/&gt;
 cookie=0x1, duration=685.065s, table=0, n_packets=274, n_bytes=23290, idle_age=&lt;br/&gt;
0, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
 cookie=0x1, duration=685.065s, table=0, n_packets=4, n_bytes=168, idle_age=78,&lt;br/&gt;
priority=10000,arp actions=CONTROLLER:65535,NORMAL&lt;/li&gt;
			&lt;li&gt;s2 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x0, duration=16.866s, table=0, n_packets=0, n_bytes=0, idle_age=16, pri&lt;br/&gt;
ority=9000,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions=drop&lt;br/&gt;
 cookie=0x0, duration=84.625s, table=0, n_packets=6, n_bytes=588, idle_age=78, p&lt;br/&gt;
riority=9000,in_port=5,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions&lt;br/&gt;
=output:3&lt;br/&gt;
 cookie=0x0, duration=84.726s, table=0, n_packets=6, n_bytes=588, idle_age=78, p&lt;br/&gt;
riority=9000,in_port=3,dl_src=00:00:00:00:00:05,dl_dst=00:00:00:00:00:01 actions&lt;br/&gt;
=output:4&lt;br/&gt;
 cookie=0x2, duration=685.076s, table=0, n_packets=274, n_bytes=23290, idle_age=&lt;br/&gt;
0, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
 cookie=0x2, duration=685.076s, table=0, n_packets=4, n_bytes=168, idle_age=78,&lt;br/&gt;
priority=10000,arp actions=CONTROLLER:65535,NORMAL&lt;/li&gt;
			&lt;li&gt;s3 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x0, duration=16.845s, table=0, n_packets=0, n_bytes=0, idle_age=16, pri&lt;br/&gt;
ority=9000,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions=drop&lt;br/&gt;
 cookie=0x0, duration=84.582s, table=0, n_packets=6, n_bytes=588, idle_age=78, p&lt;br/&gt;
riority=9000,in_port=2,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions&lt;br/&gt;
=output:3&lt;br/&gt;
 cookie=0x3, duration=685.08s, table=0, n_packets=400, n_bytes=34000, idle_age=0&lt;br/&gt;
, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;/li&gt;
			&lt;li&gt;s4 ------------------------------------------------------------------------&lt;br/&gt;
NXST_FLOW reply (xid=0x4):&lt;br/&gt;
 cookie=0x0, duration=16.868s, table=0, n_packets=0, n_bytes=0, idle_age=16, pri&lt;br/&gt;
ority=9000,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions=drop&lt;br/&gt;
 cookie=0x0, duration=84.662s, table=0, n_packets=6, n_bytes=588, idle_age=78, p&lt;br/&gt;
riority=9000,in_port=3,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:05 actions&lt;br/&gt;
=output:1&lt;br/&gt;
 cookie=0x4, duration=685.088s, table=0, n_packets=400, n_bytes=34000, idle_age=&lt;br/&gt;
0, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
mininet&amp;gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&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>5455</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=5455]]></customfieldvalue>

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

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