2550 Commits

Author SHA1 Message Date
alshabib
8aef1ad7dd added enhanced reactive forwarding 2014-09-15 17:47:31 -07:00
alshabib
030111edc9 sample app launched 2014-09-15 15:56:42 -07:00
tom
025e09f0b6 Added display of hosts in the topology viewer and fixed a glitch in the host provider. 2014-09-15 15:29:24 -07:00
tom
5786ac65a3 Added a skeletal structure for forwarding app. 2014-09-15 14:48:23 -07:00
tom
f297f39ccf Added a skeletal structure for forwarding app. 2014-09-15 14:46:49 -07:00
Ayaka Koshibe
93afebc508 Tests for HostDescriptions and Events
Change-Id: I0b9f164b4d71ca5df80855ba22b9b8fdff27fcdf
2014-09-15 13:25:22 -07:00
Ayaka Koshibe
43530beb18 Host list command added to CLI
Change-Id: I52d11d3b1d56650e92357b6cb2c67007be742114
2014-09-15 11:14:52 -07:00
alshabib
f4f463bd66 fixed packet dups 2014-09-15 10:06:32 -07:00
alshabib
632a78ca07 fixed packet dups 2014-09-15 10:06:05 -07:00
tom
f0191b0fb6 Merge remote-tracking branch 'origin/master' 2014-09-15 09:52:35 -07:00
tom
b86066bb51 Adding topology test suite. 2014-09-15 09:52:24 -07:00
alshabib
63d5afe502 avoid other OF listeners overwriting the priority of another listener 2014-09-15 09:40:24 -07:00
tom
4d0dd3a337 Adding topology test suite. 2014-09-14 23:12:28 -07:00
Ayaka Koshibe
16698a3f1b Tests for IPAddress and VLANID
Change-Id: If8183366428c9b4fb14f78005922b2229cff1456
2014-09-13 22:19:02 -07:00
Ayaka Koshibe
1a1009832a added HostProvider to SimpleHostManager
Change-Id: I13ff57fcd24ea7bd2c3f2544a3aad7d18ceda107
2014-09-13 19:32:19 -07:00
alshabib
1d4cace348 very basic broken reactive forwarding; nit yet using treatments, but rather defaulting to flood for everything
generates a ton of duplicates for now
2014-09-13 19:16:38 -07:00
alshabib
ec94a58f43 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-13 17:42:10 -07:00
alshabib
d58d352109 receiving packet ins 2014-09-13 17:14:53 -07:00
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