Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
cff0c9bb576940802154bd85d01473b259c75ab7
/
src
/
main
/
java
/
net
/
floodlightcontroller
/
linkdiscovery
909de46
Moved pure ONOS code in net.floodlightcontroller.linkdiscovery.web to onos package namespace
by HIGUCHI Yuta
· 11 years ago
8388949
Moved pure ONOS code in net.floodlightcontroller.linkdiscovery.internal to onos package namespace
by HIGUCHI Yuta
· 11 years ago
80c3ab8
Moved pure ONOS code in net.floodlightcontroller.linkdiscovery to onos package namespace
by HIGUCHI Yuta
· 11 years ago
2051490
Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace
by HIGUCHI Yuta
· 11 years ago
ae5ebd2
Close transaction
by Pankaj Berde
· 11 years ago
254abb4
Duplicate method names confuse profiling
by Pankaj Berde
· 11 years ago
a41016d
use OnosListener to publish link updates to ONOS
by Pankaj Berde
· 11 years ago
4887133
Duplicate method confuses profiling
by Pankaj Berde
· 11 years ago
2b26a2c
Link added event is needed as part of topology update
by Pankaj Berde
· 11 years ago
465ac7c
jira #ONOS-34: ONOS publisher to publish to ONOS for switch add, remove and port add, remove
by Pankaj Berde
· 11 years ago
e6e9187
Fix REST data being out of date and causing fluctuating flows, links and switches
by Jonathan Hart
· 12 years ago
6201614
Single Graph handle across all controller
by Pankaj Berde
· 12 years ago
86a0d41
getPort from frames is buggy...reverting to gremlin
by Pankaj Berde
· 12 years ago
77b5851
Port search improved
by Pankaj Berde
· 12 years ago
5fb2763
addPort fails occassionally...do better exception handling
by Pankaj Berde
· 12 years ago
73ea7e5
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pankaj Berde
· 12 years ago
0fd363f
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Jonathan Hart
· 12 years ago
2239f0d
migrate to Titan 0.3.0
by Pankaj Berde
· 12 years ago
7760120
Increase lldp timers to decrease load on database reads
by Umesh Krishnaswamy
· 12 years ago
8afa882
Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS
by Masayoshi Kobayashi
· 12 years ago
06aae4e
Fix for #296. We were doing database read/writes from inside a write lock in LinkDiscoveryManager which was taking time and synchronizing the switch I/O threads. Taking database I/O outside the write lock has considerably improved convergence times on AWS
by Jonathan Hart
· 12 years ago
1064fc2
Fix for #296. We were doing database read/writes from inside a write lock in LinkDiscoveryManager which was taking time and synchronizing the switch I/O threads. Taking database I/O outside the write lock has considerably improved convergence times on AWS
by Jonathan Hart
· 12 years ago
0ef75ee
Let an inactive switch remove the links from the network map. The link update code will add it back.
by Umesh Krishnaswamy
· 12 years ago
1519309
Reduced graph handles and thread locals
by Pankaj Berde
· 12 years ago
57a32a9
REST API for flow summary /wm/flow/getsummary/{0}/{0}/json
by Umesh Krishnaswamy
· 12 years ago
0b2c76a
Fix for the spurious links caused by BDDP broadcast
by Jonathan Hart
· 12 years ago
ed9e4aa
Turn on BDDP packets. Link Discovery will quelch (standard) LLDP packets from a remote
by Umesh Krishnaswamy
· 12 years ago
dd72d93
A patch to turn off BSN packets to see if spurious links issues goes away when there
by Umesh Krishnaswamy
· 12 years ago
1cde50b
Cleanup interfaces and fix port state issue
by Pankaj Berde
· 12 years ago
1e2f731
Frames initial commit
by Pankaj Berde
· 12 years ago
aea2a68
Added fabicon.ico
by Ubuntu
· 12 years ago
9cbb4ca
revert back LLDP handling
by Ubuntu
· 12 years ago
787c3ad
modified start-onos.sh to fix starting tcpdump bug
by Ubuntu
· 12 years ago
d18c762
Add finalize to clean up file handles to Titan
by Pankaj Berde
· 12 years ago
82dcd98
Fix NPE when logging remotesw in addRemoteSwitch().
by Umesh Krishnaswamy
· 12 years ago
1f10be0
fix for multiple links per switch
by Pankaj Berde
· 12 years ago
5024ec1
Added Link REST and service for active links
by Pankaj Berde
· 12 years ago
ff42180
Rest API and Services for TopoSwitch
by Pankaj Berde
· 12 years ago
acb79d4
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Umesh Krishnaswamy
· 12 years ago
68c118c
Bug005: push fix to remotesw to add remote port. Decrease lldp timers
by Umesh Krishnaswamy
· 12 years ago
e723105
Fixed merge conflicts
by Jonathan Hart
· 12 years ago
c125e62
Threadlocal Titan handle
by Pankaj Berde
· 12 years ago
4c8e108
Bug005: fix remotesw null pointer exception.
by Umesh Krishnaswamy
· 12 years ago
c56a8cc
Fix Bug005 - remoteSwitches not initialized.
by Umesh Krishnaswamy
· 12 years ago
9306f95
More informative log messages.
by Umesh Krishnaswamy
· 12 years ago
11060ed
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Umesh Krishnaswamy
· 12 years ago
84f0cac
Remote LinkStorageImpl
by Umesh Krishnaswamy
· 12 years ago
f962d64
Added functionality to delete links and to add links to remote switches that have a link to a local switch.
by Umesh Krishnaswamy
· 12 years ago
d613a4a
Fixed bug in addLink where it didn't find ports correctly
by Jonathan Hart
· 12 years ago
6debb04
Search for dest port for duplicate search
by Pankaj Berde
· 12 years ago
8b231d3
Merged LinkStorageImpl changes
by Jonathan Hart
· 12 years ago
b7e3d2c
Started unit testing for link storage API and modified the Titan queries used by the link storage API
by Jonathan Hart
· 12 years ago
67f88fb
added config properties for titan
by Pankaj Berde
· 12 years ago
0a31dab
Avoid duplicate links
by Pankaj Berde
· 12 years ago
0fc4e43
integrated and added checks to avoid duplicate links
by Pankaj Berde
· 12 years ago
b676ca2
Link Storage graph implementation using Titan graph apis.
by Umesh Krishnaswamy
· 12 years ago
afb2053
fix compile errors
by Pankaj Berde
· 12 years ago
2b9d564
Changes to call the network map Link Storage apis.
by Umesh Krishnaswamy
· 12 years ago
e73452c
Initial commit
by Pankaj Berde
· 12 years ago
9b5c59e
Create a copy of floodlight source files on which we can apply our changes.
by Umesh Krishnaswamy
· 12 years ago