[CONTROLLER-5] ArpHandler.java method unsetDataPacketService is not doing DataPacketService unset Created: 02/Apr/13  Updated: 25/Jul/23  Resolved: 04/May/15

Status: Resolved
Project: controller
Component/s: adsal
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Anil Vishnoi Assignee: Anil Vishnoi
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: 7

 Description   

Following method from ArpHandler.java is not unsetting DataPacketService instance

void unsetDataPacketService(IDataPacketService s) {
if (this.dataPacketService == s)

{ this.dataPacketService = s; <<< bug }

}

It should be doing

this.dataPacketService = null;

Above line will fix this bug.



 Comments   
Comment by Anil Vishnoi [ 05/Apr/13 ]

I committed the fix for this bug.

https://jenkins.opendaylight.org/controller/job/controller-verify/60/
http://git.opendaylight.org/gerrit/114

Thanks
Anil Vishnoi
IBM India Research Lab

Comment by Carol Sanders [ 04/May/15 ]

This bug is part of the project to Move all ADSAL associated component bugs to ADSAL

Generated at Wed Feb 07 19:51:57 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.