7182 Commits

Author SHA1 Message Date
tom
8bf2e6bc4e Added javadocs and separated trivial implementations into distinct packages. 2014-09-10 20:53:54 -07:00
alshabib
5b67998e41 unused import 2014-09-10 19:15:07 -07:00
alshabib
b6ba56cdaa table miss entry for ovs in of1.3 mode 2014-09-10 18:05:45 -07:00
alshabib
f5868c0e4b Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-10 17:55:25 -07:00
alshabib
c944fd0625 stoppign starting works nicely 2014-09-10 17:55:17 -07:00
tom
8ccc0bf014 Added a unit test for the simple event dispatcher. 2014-09-10 15:34:13 -07:00
tom
1a17603353 Added toString to abstract event. 2014-09-10 12:21:23 -07:00
tom
0633d68dec Added Tarjan SCC computation algorithm and associated tests. 2014-09-10 12:10:03 -07:00
alshabib
3988db04d3 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-10 11:26:38 -07:00
tom
cbff93954e Working on simple topology manager and provider 2014-09-10 00:45:23 -07:00
tom
dc361b65fe Adding more topology manager/store implementation. 2014-09-09 20:36:52 -07:00
alshabib
7235d0985a log -> LOG 2014-09-09 16:46:27 -07:00
Ayaka Koshibe
74a2392264 added default host constructs to API
Change-Id: I3ef3e08559c7c4d73d8e4aee693589ee0830ed85
2014-09-09 16:45:39 -07:00
alshabib
a89cc58da1 cleaning Device Provider 2014-09-09 16:43:00 -07:00
alshabib
505bc6baac block packet context after handling lldp 2014-09-09 15:04:13 -07:00
alshabib
ddf02db912 clean packet context 2014-09-09 14:57:15 -07:00
alshabib
8faf163833 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-09 14:50:57 -07:00
alshabib
a159a32c5a minor cleanup 2014-09-09 14:50:51 -07:00
tom
b196cf47f7 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-09 14:49:27 -07:00
tom
326b71a296 Fixed a number of javadocs. 2014-09-09 14:49:17 -07:00
alshabib
662dde9824 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-09 14:45:23 -07:00
alshabib
9ee681721c link discovery no longer need a parsed packet 2014-09-09 14:45:14 -07:00
tom
7869ad9aa4 Cleaned up some of the host-related abstractions and filled in more of the host manager implementation. 2014-09-09 14:32:08 -07:00
tom
e2dc27a038 Moved net to core 2014-09-09 12:41:21 -07:00
tom
14ab7327b2 Adding javadoc artifacts. 2014-09-09 11:55:17 -07:00
tom
0efbb1decc Sketching more topology related stuff. 2014-09-09 11:54:28 -07:00
alshabib
484ac5cf2a Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-09 11:53:27 -07:00
alshabib
df652addd1 link discovery and providers are implemented 2014-09-09 11:53:19 -07:00
tom
cfde062483 Sketching more topology related stuff.
Added overview.html for Java API docs.
2014-09-09 11:02:42 -07:00
alshabib
1d334ce845 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-08 20:18:52 -07:00
tom
568581d582 Started to work on topology abstraction.
Added more unit tests.
Changed mastership application to be synchronous.
2014-09-08 20:14:23 -07:00
tom
5f35f7c17e Added a command-line to set device mastership role. 2014-09-08 18:38:19 -07:00
alshabib
62b14185e6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-08 18:13:29 -07:00
tom
80c0e5e680 Changed trivial core behaviour to claim switch as a master by default and to apply role to the switch. 2014-09-08 18:08:58 -07:00
alshabib
fa322cb67c merge pom.xml 2014-09-08 14:39:51 -07:00
tom
c290a12541 Enhanced the CLIs. 2014-09-08 14:27:13 -07:00
tom
d79f7ec608 Enhanced the CLIs. 2014-09-08 13:29:18 -07:00
tom
ff7eb7cc1d Enhanced the CLIs. 2014-09-08 12:49:03 -07:00
tom
9b836db407 Fixed a defect in device provider. 2014-09-08 02:05:34 -07:00
tom
6901237ddf Added @Component back to OpenFlowControllerImpl 2014-09-08 01:58:45 -07:00
tom
6d2a43e4d8 Added some CLI commands and fixed pom.xml and features.xml to use commons-lang 2.6 (bundle) 2014-09-08 01:50:20 -07:00
tom
c0ccfb21c1 Added more unit tests. 2014-09-08 00:41:32 -07:00
tom
d176fc4520 Finished unit tests for trivial link manager. 2014-09-08 00:12:30 -07:00
tom
bb58c20b76 Adding unit tests for simple link manager.
Converted ConnectPoint and HostLocation to classes.
2014-09-07 22:51:50 -07:00
alshabib
4e475212aa Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-07 19:09:34 -07:00
alshabib
289652c591 started adding link discovery 2014-09-07 19:09:28 -07:00
tom
0d39526d36 Added simple link manager implementation.
Added link admin stuff; unit tests to come.
2014-09-07 16:53:40 -07:00
tom
eadbb46af8 Added simple link manager implementation.
Added link admin stuff; unit tests to come.
2014-09-07 16:10:19 -07:00
tom
4c6606f14f Added default link description & model entities. 2014-09-07 11:11:21 -07:00
tom
ad2d2096a7 Added getDeviceCount and tests. 2014-09-06 23:24:20 -07:00