Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yuta HIGUCHI
2014-10-29 23:05:04 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
225e63e3d45aa26c718108733402528c2de4670a
225e63e3
1 parent
7c7aafb6
turn off duplicate check for now
Change-Id: Ic11a4e4c33ae219df1ddf49f512b8f61a145dc91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
core/net/src/main/java/org/onlab/onos/net/device/impl/DeviceManager.java
core/net/src/main/java/org/onlab/onos/net/device/impl/DeviceManager.java
View file @
225e63e
...
...
@@ -407,9 +407,9 @@ public class DeviceManager
// TODO duplicate suppression should probably occur in the MastershipManager
// itself, so listeners that can't deal with duplicates don't have to
// so this check themselves.
if
(
checkDuplicate
(
event
.
roleInfo
(),
term
.
termNumber
()))
{
return
;
}
//
if (checkDuplicate(event.roleInfo(), term.termNumber())) {
//
return;
//
}
if
(!
myNodeId
.
equals
(
term
.
master
()))
{
// something went wrong in consistency, let go
...
...
Please
register
or
login
to post a comment