<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:06 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-14] Datapath for new vpn interface is installed in dpns after the gre port is deleted from the switch.</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-14</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;Topology&lt;br/&gt;
========&lt;br/&gt;
h1----&lt;del&gt;(s1-eth1)s1(s1-gre1)&lt;/del&gt;-------&lt;del&gt;(s2-gre1)s2(s2-eth1)&lt;/del&gt;-------h3&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;td class=&apos;confluenceTd&apos;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;

&lt;p&gt;                 h2                            h4&lt;br/&gt;
Test Case:&lt;br/&gt;
=========&lt;br/&gt;
-&amp;gt;Configure h1 and h2 to be in same vpn with gre tunnel between s1 and s2&lt;br/&gt;
-&amp;gt;Delete port s2-gre1 on dpn s2.&lt;br/&gt;
-&amp;gt;Configure h4 to be in the same vpn as h1 and h2&lt;/p&gt;

&lt;p&gt;Expected:&lt;br/&gt;
=========&lt;br/&gt;
The entries for h4 should not be installed in s1 as the gre port is deleted.&lt;/p&gt;

&lt;p&gt;But the entries are getting configured inspite of no GRE port.&lt;/p&gt;

&lt;p&gt;s1:&lt;br/&gt;
==&lt;br/&gt;
mininet&amp;gt; dpctl dump-flows -O OpenFlow13&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;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=318.490s, table=0, n_packets=4, n_bytes=168, arp actions=FLOOD&lt;br/&gt;
 cookie=0x8000001, duration=318.529s, table=0, n_packets=40, n_bytes=3451, priority=10,in_port=3 actions=goto_table:20&lt;br/&gt;
 cookie=0x8000001, duration=264.664s, table=0, n_packets=4, n_bytes=392, priority=10,in_port=1 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
 cookie=0x8000002, duration=264.529s, table=20, n_packets=3, n_bytes=306, priority=10,mpls,mpls_label=2 actions=write_actions(group:3)&lt;br/&gt;
 cookie=0x8000003, duration=264.532s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.1 actions=write_actions(push_mpls:0x8847,set_field:2-&amp;gt;mpls_label,group:3)&lt;br/&gt;
 cookie=0x8000003, duration=264.523s, table=21, n_packets=4, n_bytes=392, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.3 actions=write_actions(push_mpls:0x8847,set_field:3-&amp;gt;mpls_label,group:2)&lt;br/&gt;
 cookie=0x8000003, duration=19.232s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.4 actions=write_actions(push_mpls:0x8847,set_field:4-&amp;gt;mpls_label,group:2)-----&amp;gt;Not to be installed.&lt;br/&gt;
mininet&amp;gt; dpctl dump-groups -O OpenFlow13&lt;/li&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
 group_id=2,type=indirect,bucket=weight:0,actions=output:3&lt;br/&gt;
 group_id=3,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:00:00:00:00:00:01-&amp;gt;eth_dst,output:1&lt;br/&gt;
mininet&amp;gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;s2:&lt;br/&gt;
===&lt;br/&gt;
mininet&amp;gt; dpctl dump-flows -O OpenFlow13&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;s2 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=643.204s, table=0, n_packets=4, n_bytes=168, arp actions=FLOOD&lt;br/&gt;
 cookie=0x8000001, duration=643.248s, table=0, n_packets=40, n_bytes=3468, priority=10,in_port=3 actions=goto_table:20  ---------&amp;gt;To be deleted as there is no port 3&lt;br/&gt;
 cookie=0x8000001, duration=592.855s, table=0, n_packets=3, n_bytes=294, priority=10,in_port=1 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
 cookie=0x8000001, duration=347.464s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=2 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
 cookie=0x8000002, duration=592.637s, table=20, n_packets=4, n_bytes=408, priority=10,mpls,mpls_label=3 actions=write_actions(group:4)&lt;br/&gt;
 cookie=0x8000002, duration=347.344s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=4 actions=write_actions(group:5)&lt;br/&gt;
 cookie=0x8000003, duration=592.740s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.1 actions=write_actions(push_mpls:0x8847,set_field:2-&amp;gt;mpls_label,group:1)&lt;br/&gt;
 cookie=0x8000003, duration=592.640s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.3 actions=write_actions(push_mpls:0x8847,set_field:3-&amp;gt;mpls_label,group:4)&lt;br/&gt;
 cookie=0x8000003, duration=347.347s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.4 actions=write_actions(push_mpls:0x8847,set_field:4-&amp;gt;mpls_label,group:5)&lt;br/&gt;
mininet&amp;gt; dpctl dump-groups -O OpenFlow13&lt;/li&gt;
			&lt;li&gt;s2 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
 group_id=1,type=indirect,bucket=weight:0,actions=output:3  -----&amp;gt;To be removed. As port 3 is deleted.&lt;br/&gt;
 group_id=4,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:00:00:00:00:00:03-&amp;gt;eth_dst,output:1&lt;br/&gt;
 group_id=5,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:00:00:00:00:00:04-&amp;gt;eth_dst,output:2&lt;br/&gt;
mininet&amp;gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;ietf interface status is down as below:&lt;br/&gt;
======================================&lt;br/&gt;
 &lt;/p&gt;
{
                &quot;name&quot;: &quot;s2-gre1&quot;,
                &quot;if-index&quot;: 3,
                &quot;admin-status&quot;: &quot;up&quot;,
                &quot;oper-status&quot;: &quot;down&quot;,
                &quot;type&quot;: &quot;odl-interface:l3tunnel&quot;
            }
&lt;p&gt;,&lt;/p&gt;

&lt;p&gt;New interface fib entry:&lt;br/&gt;
=======================&lt;br/&gt;
   &lt;/p&gt;
{
                        &quot;destPrefix&quot;: &quot;10.0.0.4&quot;,
                        &quot;nextHopAddress&quot;: &quot;192.168.56.104&quot;,
                        &quot;label&quot;: 4
                    }
&lt;p&gt;,&lt;/p&gt;


&lt;p&gt;Logs:&lt;br/&gt;
====&lt;br/&gt;
2015-06-09 11:44:47,507 | TRACE | ult-dispatcher-4 | IfmNodeConnectorListener         | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | NodeConnectorRemoved: key: KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri [_value=openflow:2]]], org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector[key=NodeConnectorKey [_id=Uri [_value=openflow:2:3]]]]}
&lt;p&gt;, value=NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:3&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=0, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=EE:18:74:AC:1A:24&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-gre1, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=3, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=3552, getTransmitted=3523, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=831000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=179&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=42, getTransmitted=42, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:44:47,507 | DEBUG | ult-dispatcher-4 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | PortDelete: PortId &lt;/p&gt;
{ openflow:2:3}
&lt;p&gt; PortName &lt;/p&gt;
{s2-gre1}
&lt;p&gt;2015-06-09 11:44:47,508 | TRACE | ult-dispatcher-4 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | Setting OperStatus for s2-gre1 to Down in OPERATIONAL DS&lt;br/&gt;
2015-06-09 11:44:47,510 | DEBUG | CommitFutures-3  | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | Success in Datastore write operation&lt;br/&gt;
2015-06-09 11:46:05,610 | TRACE | lt-dispatcher-25 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | Adding interface key: KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface, path=[org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface[key=InterfaceKey [_name=s2-eth2]]]}, value=Interface{getName=s2-eth2, getType=class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan, isEnabled=true, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.interfacemgr.rev150331.BaseIds=BaseIds{getOfPortId=Uri [_value=openflow:2:2]}}}&lt;br/&gt;
2015-06-09 11:46:05,611 | TRACE | lt-dispatcher-25 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | nodeConnector: NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:2&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=true, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=true, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=10000000, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=C6:34:A8:DD:4C:96&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-eth2, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=2, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=0, getTransmitted=4588, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=107000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=258&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=0, getTransmitted=56, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:46:05,611 | TRACE | lt-dispatcher-25 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | nodeConn is NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:2&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=true, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=true, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=10000000, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=C6:34:A8:DD:4C:96&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-eth2, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=2, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=0, getTransmitted=4588, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=107000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=258&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=0, getTransmitted=56, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:46:05,612 | TRACE | lt-dispatcher-25 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | Adding stateIface Interface [_adminStatus=Up, _ifIndex=5, _key=InterfaceKey &lt;span class=&quot;error&quot;&gt;&amp;#91;_name=s2-eth2&amp;#93;&lt;/span&gt;, _name=s2-eth2, _operStatus=Up, _type=class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan, augmentation=[]] and id KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface, path=[org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfacesState, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface[key=InterfaceKey [_name=s2-eth2]]]} to OPERATIONAL DS&lt;br/&gt;
2015-06-09 11:46:05,612 | TRACE | lt-dispatcher-25 | OdlInterfaceChangeListener       | 214 - org.opendaylight.vpnservice.nexthopmgr-impl - 0.1.0.SNAPSHOT | Adding Interface : key: KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface, path=[org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface[key=InterfaceKey [_name=s2-eth2]]]}
&lt;p&gt;, value=Interface{getName=s2-eth2, getType=class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan, isEnabled=true, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.interfacemgr.rev150331.BaseIds=BaseIds&lt;/p&gt;
{getOfPortId=Uri [_value=openflow:2:2]}
&lt;p&gt;}}&lt;br/&gt;
2015-06-09 11:46:05,622 | DEBUG | CommitFutures-6  | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | Success in Datastore write operation&lt;br/&gt;
2015-06-09 11:46:40,545 | TRACE | lt-dispatcher-24 | VpnInterfaceManager              | 213 - org.opendaylight.vpnservice.vpnmanager-impl - 0.1.0.SNAPSHOT | key: KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.huawei.params.xml.ns.yang.l3vpn.rev140815.vpn.interfaces.VpnInterface, path=[org.opendaylight.yang.gen.v1.urn.huawei.params.xml.ns.yang.l3vpn.rev140815.VpnInterfaces, org.opendaylight.yang.gen.v1.urn.huawei.params.xml.ns.yang.l3vpn.rev140815.vpn.interfaces.VpnInterface[key=VpnInterfaceKey [_name=s2-eth2]]]}
&lt;p&gt; , value: VpnInterface{getName=s2-eth2, getVpnInstanceName=testVpn1, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.l3vpn.rev130911.Adjacencies=Adjacencies{getAdjacency=&lt;span class=&quot;error&quot;&gt;&amp;#91;Adjacency{getIpAddress=10.0.0.4, getMacAddress=00:00:00:00:00:04, augmentations={}}&amp;#93;&lt;/span&gt;}}}&lt;br/&gt;
2015-06-09 11:46:40,548 | TRACE | lt-dispatcher-24 | VpnInterfaceManager              | 213 - org.opendaylight.vpnservice.vpnmanager-impl - 0.1.0.SNAPSHOT | Bind service on interface Interface{getName=s2-eth2, getType=class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan, isEnabled=true, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.interfacemgr.rev150331.BaseIds=BaseIds&lt;/p&gt;
{getOfPortId=Uri [_value=openflow:2:2]}
&lt;p&gt;}} for VPN: testVpn1&lt;br/&gt;
2015-06-09 11:46:40,549 | TRACE | lt-dispatcher-24 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | nodeConnector: NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:2&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=true, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=true, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=10000000, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=C6:34:A8:DD:4C:96&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-eth2, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=2, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=0, getTransmitted=5268, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=390000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=294&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=0, getTransmitted=64, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:46:40,550 | TRACE | lt-dispatcher-24 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | nodeConnector: NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:2&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=true, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=true, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=10000000, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=C6:34:A8:DD:4C:96&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-eth2, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=2, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=0, getTransmitted=5268, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=390000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=294&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=0, getTransmitted=64, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:46:40,551 | TRACE | lt-dispatcher-24 | MDSALManager                     | 210 - org.opendaylight.vpnservice.mdsalutil-impl - 0.1.0.SNAPSHOT | InstallFlow for flowEntity FlowEntity [m_shTableId=0, m_sFlowId=2012, m_nPriority=10, m_sFlowName=s2-eth2, m_nIdleTimeOut=0, m_nHardTimeOut=0, m_biCookie=134217729, m_listMatchInfo=&lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.vpnservice.mdsalutil.MatchInfo@4b15b239&amp;#93;&lt;/span&gt;, m_listInstructionInfo=&lt;span class=&quot;error&quot;&gt;&amp;#91;org.opendaylight.vpnservice.mdsalutil.InstructionInfo@7d67e2b1, org.opendaylight.vpnservice.mdsalutil.InstructionInfo@2f5412c9&amp;#93;&lt;/span&gt;, m_bStrictFlag=false, m_bSendFlowRemFlag=false, toString()=AbstractSwitchEntity &lt;span class=&quot;error&quot;&gt;&amp;#91;m_lDpnId=2 &amp;#93;&lt;/span&gt;] &lt;br/&gt;
2015-06-09 11:46:40,553 | TRACE | lt-dispatcher-24 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | nodeConnector: NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:2&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=true, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=true, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=10000000, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=C6:34:A8:DD:4C:96&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-eth2, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=2, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=0, getTransmitted=5268, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=390000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=294&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=0, getTransmitted=64, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:46:40,553 | TRACE | lt-dispatcher-24 | VpnInterfaceManager              | 213 - org.opendaylight.vpnservice.vpnmanager-impl - 0.1.0.SNAPSHOT | NextHops are &lt;span class=&quot;error&quot;&gt;&amp;#91;Adjacency{getIpAddress=10.0.0.4, getMacAddress=00:00:00:00:00:04, augmentations={}}&amp;#93;&lt;/span&gt;&lt;br/&gt;
2015-06-09 11:46:40,558 | TRACE | lt-dispatcher-24 | VpnInterfaceChangeListener       | 214 - org.opendaylight.vpnservice.nexthopmgr-impl - 0.1.0.SNAPSHOT | Adding adjacencies interface : key: InstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.l3vpn.rev130911.Adjacencies, path=[org.opendaylight.yang.gen.v1.urn.huawei.params.xml.ns.yang.l3vpn.rev140815.VpnInterfaces, org.opendaylight.yang.gen.v1.urn.huawei.params.xml.ns.yang.l3vpn.rev140815.vpn.interfaces.VpnInterface[key=VpnInterfaceKey [_name=s2-eth2]], org.opendaylight.yang.gen.v1.urn.opendaylight.l3vpn.rev130911.Adjacencies]}
&lt;p&gt;, value=Adjacencies{getAdjacency=&lt;span class=&quot;error&quot;&gt;&amp;#91;Adjacency{getIpAddress=10.0.0.4, getLabel=4, getMacAddress=00:00:00:00:00:04, augmentations={}}&amp;#93;&lt;/span&gt;}&lt;br/&gt;
2015-06-09 11:46:40,558 | DEBUG | lt-dispatcher-24 | NexthopManager                   | 214 - org.opendaylight.vpnservice.nexthopmgr-impl - 0.1.0.SNAPSHOT | VPN id returned: 1&lt;br/&gt;
2015-06-09 11:46:40,559 | TRACE | lt-dispatcher-24 | InterfaceManager                 | 212 - org.opendaylight.vpnservice.interfacemgr-impl - 0.1.0.SNAPSHOT | nodeConnector: NodeConnector{getId=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:2:2&amp;#93;&lt;/span&gt;, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector=FlowCapableNodeConnector{getAdvertisedFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getConfiguration=PortConfig &lt;span class=&quot;error&quot;&gt;&amp;#91;_pORTDOWN=false, _nORECV=false, _nOFWD=false, _nOPACKETIN=false&amp;#93;&lt;/span&gt;, getCurrentFeature=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=true, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=true, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getCurrentSpeed=10000000, getHardwareAddress=MacAddress &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=C6:34:A8:DD:4C:96&amp;#93;&lt;/span&gt;, getMaximumSpeed=0, getName=s2-eth2, getPeerFeatures=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;, getPortNumber=PortNumberUni [_uint32=2, _value=&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;], getState=State{isBlocked=false, isLinkDown=false, isLive=false, augmentations={}}, getSupported=PortFeatures &lt;span class=&quot;error&quot;&gt;&amp;#91;_tenMbHd=false, _tenMbFd=false, _hundredMbHd=false, _hundredMbFd=false, _oneGbHd=false, _oneGbFd=false, _tenGbFd=false, _fortyGbFd=false, _hundredGbFd=false, _oneTbFd=false, _other=false, _copper=false, _fiber=false, _autoeng=false, _pause=false, _pauseAsym=false&amp;#93;&lt;/span&gt;}, interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.FlowCapableNodeConnectorStatisticsData=FlowCapableNodeConnectorStatisticsData{getFlowCapableNodeConnectorStatistics=FlowCapableNodeConnectorStatistics{getBytes=Bytes{getReceived=0, getTransmitted=5268, augmentations={}}, getCollisionCount=0, getDuration=Duration{getNanosecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=390000000&amp;#93;&lt;/span&gt;, getSecond=Counter32 &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=294&amp;#93;&lt;/span&gt;, augmentations={}}, getPackets=Packets{getReceived=0, getTransmitted=64, augmentations={}}, getReceiveCrcError=0, getReceiveDrops=0, getReceiveErrors=0, getReceiveFrameError=0, getReceiveOverRunError=0, getTransmitDrops=0, getTransmitErrors=0, augmentations={}}}}}&lt;br/&gt;
2015-06-09 11:46:40,563 | TRACE | lt-dispatcher-25 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | key: KeyedInstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.fibmanager.rev150330.vrfentries.VrfEntry, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.fibmanager.rev150330.FibEntries, org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.fibmanager.rev150330.fibentries.VrfTables[key=VrfTablesKey [_routeDistinguisher=100:1]], org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.fibmanager.rev150330.vrfentries.VrfEntry[key=VrfEntryKey [_destPrefix=10.0.0.4]]]}
&lt;p&gt;, value=VrfEntry{getDestPrefix=10.0.0.4, getLabel=4, getNextHopAddress=192.168.56.104, augmentations={}}&lt;br/&gt;
2015-06-09 11:46:40,564 | DEBUG | lt-dispatcher-25 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | adding route 10.0.0.4 100:1&lt;br/&gt;
2015-06-09 11:46:40,564 | TRACE | lt-dispatcher-25 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | resolveAdjacency called with dpid 1, vpnId1, VrfEntry VrfEntry{getDestPrefix=10.0.0.4, getLabel=4, getNextHopAddress=192.168.56.104, augmentations={}}&lt;br/&gt;
2015-06-09 11:46:40,564 | TRACE | lt-dispatcher-25 | NexthopManager                   | 214 - org.opendaylight.vpnservice.nexthopmgr-impl - 0.1.0.SNAPSHOT | getEgressPointer: input GetEgressPointerInput [_dpnId=1, _ipPrefix=10.0.0.4, _nexthopIp=192.168.56.104, _vpnId=1, augmentation=[]], endpointIp 192.168.56.103&lt;br/&gt;
2015-06-09 11:46:40,564 | TRACE | lt-dispatcher-25 | NexthopManager                   | 214 - org.opendaylight.vpnservice.nexthopmgr-impl - 0.1.0.SNAPSHOT | TunnelNextHop : TunnelNexthop{getEgressPointer=2, getIpAddress=192.168.56.104, augmentations={}}&lt;br/&gt;
2015-06-09 11:46:40,564 | TRACE | lt-dispatcher-25 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | makeConnectedRoute: vrfEntry VrfEntry{getDestPrefix=10.0.0.4, getLabel=4, getNextHopAddress=192.168.56.104, augmentations={}}&lt;br/&gt;
2015-06-09 11:46:40,564 | DEBUG | lt-dispatcher-25 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | Adding route to DPN. ip 10.0.0.4 masklen 32&lt;br/&gt;
2015-06-09 11:46:40,565 | TRACE | lt-dispatcher-25 | MDSALManager                     | 210 - org.opendaylight.vpnservice.mdsalutil-impl - 0.1.0.SNAPSHOT | InstallFlow for flowEntity FlowEntity [m_shTableId=21, m_sFlowId=L3.1.21.100:1.10.0.0.4, m_nPriority=42, m_sFlowName=L3.1.21.100:1.10.0.0.4, m_nIdleTimeOut=0, m_nHardTimeOut=0, m_biCookie=134217731, m_listMatchInfo=[org.opendaylight.vpnservice.m...&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21623">VPNSERVICE-14</key>
            <summary>Datapath for new vpn interface is installed in dpns after the gre port is deleted from the switch.</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="sasidharan.s.sambasivam@ericsson.com">Sasidharan Sambasivam</assignee>
                                    <reporter username="sindhuri.b@ericsson.com">Sindhuri B</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Jun 2015 09:33:46 +0000</created>
                <updated>Tue, 19 Nov 2019 18:33:41 +0000</updated>
                            <resolved>Fri, 12 Feb 2016 15:13:33 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="40502" author="sindhuri.b@ericsson.com" created="Tue, 9 Jun 2015 09:33:46 +0000"  >&lt;p&gt;Attachment gre_port-del.zip has been added with description: switch entries, logs and datastore output&lt;/p&gt;</comment>
                            <comment id="40499" author="thapar" created="Wed, 24 Jun 2015 08:10:46 +0000"  >&lt;p&gt;Looks like a bug in NextHop Manager as remote next hop isn&apos;t being deleted. This looks similar to issue being fixed as part of 3428. Assigning to Sasi for now. He and Abhinav are looking into 3428.&lt;/p&gt;</comment>
                            <comment id="40500" author="abhinav.gupta" created="Fri, 26 Jun 2015 10:13:40 +0000"  >&lt;p&gt;Deprecated to Beryllium. &lt;br/&gt;
Not supported yet since FIB entries are present pointing to that tunnel group, so the decision whether to delete the FIB entries too or not, will be taken later.&lt;/p&gt;</comment>
                            <comment id="40501" author="deepthi.v.v@ericsson.com" created="Fri, 12 Feb 2016 10:58:51 +0000"  >&lt;p&gt;Issue is fixed in Beryllium.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12768" name="gre_port-del.zip" size="30295" author="sindhuri.b@ericsson.com" created="Tue, 9 Jun 2015 09:33:46 +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>3636</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=3636]]></customfieldvalue>

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

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

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

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