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-09 20:17:07 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec76bfe9800f304f0f342f9ea6e5b833b674eae3
ec76bfe9
1 parent
9ee60f6b
checkstyle
Change-Id: Ia0e7cd249ea495b317c77d5cd3947f4eb2d8ee34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/dist/src/main/java/org/onlab/onos/store/device/impl/GossipDeviceStore.java
core/store/dist/src/main/java/org/onlab/onos/store/device/impl/GossipDeviceStore.java
View file @
ec76bfe
...
...
@@ -960,7 +960,7 @@ public class GossipDeviceStore
final
PortFragmentId
portFragId
=
new
PortFragmentId
(
deviceId
,
provId
,
num
);
Timestamp
advPortTimestamp
=
portAds
.
get
(
portFragId
);
if
(
advPortTimestamp
==
null
||
lPort
.
isNewer
(
advPortTimestamp
))
{
if
(
advPortTimestamp
==
null
||
lPort
.
isNewer
(
advPortTimestamp
))
{
// remote does not have it or outdated, suggest
notifyPeer
(
sender
,
new
InternalPortStatusEvent
(
provId
,
deviceId
,
lPort
));
}
else
if
(!
lPort
.
timestamp
().
equals
(
advPortTimestamp
))
{
...
...
Please
register
or
login
to post a comment