<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:30 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-415] IPv6 Service :Rogue Neighbor Advertisement packets are not dropping at table=40</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-415</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Steps followed : &lt;br/&gt;
1.Sending the Rogue NA packets from VM1 to VM2 using scapy tool and packets are not dropping at table=40 &lt;/p&gt;

&lt;p&gt;           ODL &lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;

&lt;p&gt;VM1(Attacker VM)  --&amp;gt; VM2 (Victim VM)&lt;/p&gt;

&lt;p&gt;VM details and default route entry &apos;fe80::f816:3eff:fe03:6107&apos;  :&lt;/p&gt;

&lt;p&gt;Attack VM1 ipv6 address : &apos;2001:db8:2fff:0:f816:3eff:fe85:de74&apos;&lt;br/&gt;
                      Mac address : &apos;fa:16:3e:85:de:74&apos;&lt;br/&gt;
Victim VM2 ipv6 address : &apos;2001:db8:2fff:0:f816:3eff:fee9:9284&apos;&lt;br/&gt;
                     Mac address : &apos;fa:16:3e:e9:92:84&apos;&lt;br/&gt;
Target ipv6 address ( Default -route : tgt=&apos;fe80::f816:3eff:fe03:6107&apos; and its mac address : fa:16:3e:03:61:07&lt;/p&gt;

&lt;p&gt;1.	Before sending the rouge NA packets to Victim VM &lt;/p&gt;

&lt;p&gt;root@ubuntu-sg:~# ip neighbor show&lt;br/&gt;
2001:db8:2fff:0:f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe03:6107 dev ens3 lladdr fa:16:3e:03:61:07 router REACHABLE&lt;/p&gt;

&lt;p&gt;2.	After Sending  the NA from VM1 to VM2 with target spoof mac using the scapy tool. &apos;fe80::f816:3eff:fe03:6107&apos; and changing the mac address : 00:00:00:00:00:0c&lt;/p&gt;

&lt;p&gt;And in VM2 ( Victim VM) is compromising with spoof target mac address : &lt;br/&gt;
root@ubuntu-sg:~# ip neighbor show&lt;br/&gt;
2001:db8:2fff:0:f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe03:6107 dev ens3 lladdr 00:00:00:00:00:0c DELAY&lt;br/&gt;
root@ubuntu-sg:~# ip neighbor show&lt;br/&gt;
2001:db8:2fff:0:f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe03:6107 dev ens3 lladdr 00:00:00:00:00:0c STALE&lt;br/&gt;
root@ubuntu-sg:~# ip neighbor show&lt;br/&gt;
2001:db8:2fff:0:f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe03:6107 dev ens3 lladdr 00:00:00:00:00:0c DELAY&lt;br/&gt;
root@ubuntu-sg:~# ip neighbor show&lt;br/&gt;
2001:db8:2fff:0:f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe03:6107 dev ens3 lladdr 00:00:00:00:00:0c DELAY&lt;br/&gt;
root@ubuntu-sg:~# ip neighbor show&lt;br/&gt;
2001:db8:2fff:0:f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe85:de74 dev ens3 lladdr fa:16:3e:85:de:74 STALE&lt;br/&gt;
fe80::f816:3eff:fe03:6107 dev ens3 lladdr 00:00:00:00:00:0c DELAY&lt;/p&gt;

&lt;p&gt;its not dropping at table=40 &lt;/p&gt;

&lt;p&gt;Attaching the packet capture at both the VMs.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20336">NETVIRT-415</key>
            <summary>IPv6 Service :Rogue Neighbor Advertisement packets are not dropping at table=40</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="SridharG">Sridhar Gaddam</assignee>
                                    <reporter username="mahesh.loni@altencalsoftlabs.com">mahesh loni</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 Jan 2017 09:12:15 +0000</created>
                <updated>Thu, 5 Apr 2018 21:51:49 +0000</updated>
                            <resolved>Thu, 5 Apr 2018 21:51:49 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="37091" author="mahesh.loni@altencalsoftlabs.com" created="Tue, 10 Jan 2017 09:12:15 +0000"  >&lt;p&gt;Attachment test-pcap.7z has been added with description: both the VMs pcaps are attached&lt;/p&gt;</comment>
                            <comment id="62116" author="shague@redhat.com" created="Thu, 5 Apr 2018 21:51:49 +0000"  >&lt;p&gt;This is on the legacy netvirt which is deprecated.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12420" name="test-pcap.7z" size="865" author="mahesh.loni@altencalsoftlabs.com" created="Tue, 10 Jan 2017 09:12:15 +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>7503</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=7503]]></customfieldvalue>

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

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