7182 Commits

Author SHA1 Message Date
tom
6a9f272e82 Added tools/dev/bash_profile with developer conveniences 2014-09-13 17:00:02 -07:00
tom
5717f39f50 Added javadocs to the overview.html file to explain the overall software structure a bit better. 2014-09-13 15:50:43 -07:00
tom
5f18cf3701 Fixed javadoc warnings in slew of legacy code. We need to keep up on this; the old stuff is pretty sloppy. 2014-09-13 14:10:57 -07:00
tom
7438d0b7cf Disabled checkstyle rule for Java files to end with new-line. 2014-09-13 13:33:19 -07:00
tom
82e725763b Converted all package.html files to package-info.java for easier package documentation. 2014-09-13 13:08:40 -07:00
tom
931af4e616 Added unit test utilities and some more unit tests. 2014-09-13 12:00:57 -07:00
tom
e985f7e0df Merge remote-tracking branch 'origin/master' 2014-09-13 00:34:11 -07:00
tom
88535e5de4 Fixed features for onos-app-tvue 2014-09-13 00:34:05 -07:00
alshabib
ae8575843c added of packet provider - unimplemented 2014-09-12 23:53:10 -07:00
alshabib
7674db4110 add ReactivePacketProcessor and SimplePacketManager 2014-09-12 23:40:46 -07:00
tom
aa49a1e015 Added Karaf branding bundle 2014-09-12 23:12:09 -07:00
tom
a33dd34f03 Added support to display paths; s= set source; d = set dest; f = cycle between paths; a = swap src/dst; esc = clear selections 2014-09-12 19:07:40 -07:00
tom
6a9986b83c Removing stuff. 2014-09-12 18:44:52 -07:00
tom
aeae49bfa5 Added a solar test topology. 2014-09-12 18:24:41 -07:00
tom
44474095d2 Merge remote-tracking branch 'origin/master' 2014-09-12 18:23:41 -07:00
tom
e2918e623d Added a solar test topology. 2014-09-12 18:23:20 -07:00
alshabib
01ca354654 checkstyle 2014-09-12 18:20:33 -07:00
alshabib
e7031568ef renamed OF packet context to OpenFlowPacketContext 2014-09-12 18:17:37 -07:00
alshabib
c114d3d081 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-12 17:59:42 -07:00
alshabib
369d29493a some interface changes to flow and packet 2014-09-12 17:59:35 -07:00
Ayaka Koshibe
7c479476b0 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-12 17:07:28 -07:00
Ayaka Koshibe
50ee92456b added Host-related unit tests
Change-Id: Ia3c0610f5bdd91ddd554dd477af7ad3640a6cef3
2014-09-12 17:07:20 -07:00
alshabib
f6d77960dd default packet context 2014-09-12 16:25:21 -07:00
tom
4009d2c55b Adding a sample GUI page to visualize topology. 2014-09-12 15:53:42 -07:00
tom
0b11b746cd Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-12 14:48:04 -07:00
tom
8bb16061d8 Added a set of abstractions for flow rule subsystem.
Added an apps source subtree.
2014-09-12 14:47:46 -07:00
Ayaka Koshibe
c3bd695083 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-12 11:52:58 -07:00
Ayaka Koshibe
3a25aec516 tiny modifications to VLANID
Change-Id: Ib5b1adc2c147e23ce40ee35282c1fadc82d78111
2014-09-12 11:52:53 -07:00
tom
d0344a8047 Added package.html and fixed cluster lists command output. 2014-09-12 00:20:30 -07:00
tom
782a7cf139 Added tools for converting dpid to uri and vice versa.
Modified device and link provider to use the new tools.
2014-09-11 23:58:38 -07:00
tom
9eb57fb10d Added commands to list paths.
Added protection against bad input on some command-lines.
2014-09-11 19:42:38 -07:00
tom
c6ed809348 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-11 15:13:19 -07:00
tom
fe2dd7e6b5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-11 15:10:02 -07:00
tom
613d8143f4 Sketched out packet service and related abstractions. 2014-09-11 15:09:37 -07:00
Ayaka Koshibe
04a1a4e4fb added VLANID construct
Change-Id: Ia58abb268d52639215f289052bbf8802992f98a6
2014-09-11 14:31:29 -07:00
Ayaka Koshibe
491fdb5de5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-11 13:10:01 -07:00
Ayaka Koshibe
1c7b38e6aa added IPAddress construct
Change-Id: Idc57a22b568b33503c78254222d52fbfc19b0b72
2014-09-11 13:09:51 -07:00
alshabib
898033d568 default switch if description is unknown 2014-09-11 13:09:13 -07:00
tom
c7a691a965 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-11 12:44:22 -07:00
tom
13cb485cf1 Added topology command-lines. 2014-09-11 12:44:17 -07:00
alshabib
b5365ef2f1 support for of1.3 switches 2014-09-11 11:27:17 -07:00
alshabib
51622f7440 support for of1.3 switches 2014-09-11 11:22:33 -07:00
tom
578ebdca2e Moved host core stuff to its own package. 2014-09-11 11:12:51 -07:00
tom
e615ee42bc Re-assembled the topology subsystem. 2014-09-11 10:52:10 -07:00
tom
2afb119dcf Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-11 10:48:50 -07:00
tom
9793755b10 Re-assembled the topology subsystem. 2014-09-11 10:48:42 -07:00
tom
e52ce70226 Check-point before refactoring the topology provider stuff. 2014-09-11 00:12:54 -07:00
Ayaka Koshibe
e5652756ec added functionality to SimpleHostStore
Change-Id: I2e73e026149ecb547b320d321cb86c48d051037c
2014-09-10 23:27:34 -07:00
tom
156225f514 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
Conflicts:
	providers/of/link/src/main/java/org/onlab/onos/provider/of/link/impl/OpenFlowLinkProvider.java
2014-09-10 22:00:28 -07:00
tom
2d33141183 Refactored the topology provider. 2014-09-10 21:31:20 -07:00