[VTN-109] The Pathinfos strucutre in the dataflows is filled multiple times. Created: 04/Feb/16  Updated: 19/Oct/17  Resolved: 10/Feb/16

Status: Resolved
Project: vtn
Component/s: ODC Driver
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: YOGA LAKSHMI SWETHA PAYYAVULA Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 5230

 Description   

ISSUE: the pathinfos is the dataflows strucuture is copied multiple times.

REPRODUCE THE BUG:

Follwed the stpes in the below mentioned wiki page:

https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):VTN_Coordinator:Release/Lithium/VTN/HowTos/How_To_Use_VTN_to_make_packets_take_different_paths

RESPONSE:

"pathinfos": [

{ "in_port_name": "s1-eth1", "out_port_name": "s1-eth2", "switch_id": "openflow:1" }

,

{ "in_port_name": "", "out_port_name": "", "switch_id": "" }

,

{ "in_port_name": "", "out_port_name": "", "switch_id": "" }

,

{ "in_port_name": "s1-eth1", "out_port_name": "s1-eth2", "switch_id": "openflow:1" }

,

{ "in_port_name": "s2-eth1", "out_port_name": "s2-eth2", "switch_id": "openflow:2" }

,

{ "in_port_name": "", "out_port_name": "", "switch_id": "" }

,

{ "in_port_name": "s1-eth1", "out_port_name": "s1-eth2", "switch_id": "openflow:1" }

,

{ "in_port_name": "s2-eth1", "out_port_name": "s2-eth2", "switch_id": "openflow:2" }

,

{ "in_port_name": "s3-eth1", "out_port_name": "s3-eth3", "switch_id": "openflow:3" }

]
}
],
"reason": "success"
}
]



 Comments   
Comment by YOGA LAKSHMI SWETHA PAYYAVULA [ 10/Feb/16 ]

The response after reovling the bug is:

{
"pathinfos": [

{ "in_port_name": "s1-eth1", "out_port_name": "s1-eth2", "switch_id": "00:00:00:00:00:00:00:01" }

,

{ "in_port_name": "s2-eth1", "out_port_name": "s2-eth2", "switch_id": "00:00:00:00:00:00:00:02" }

,

{ "in_port_name": "s3-eth1", "out_port_name": "s3-eth3", "switch_id": "00:00:00:00:00:00:00:03" }

]
}

PFB the patch for this bug in stable/beryllium:

https://git.opendaylight.org/gerrit/#/c/34083/

In Master branch:

https://git.opendaylight.org/gerrit/#/c/34247/

Comment by YOGA LAKSHMI SWETHA PAYYAVULA [ 10/Feb/16 ]

PFB the link for this patch in stable/beryllium:

https://git.opendaylight.org/gerrit/#/c/34070/

In the Master branch:

https://git.opendaylight.org/gerrit/#/c/34237/

Generated at Wed Feb 07 20:48:03 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.