716 Commits

Author SHA1 Message Date
alshabib
eec3a064f5 stats are being sent; now handle them 2014-09-17 18:01:26 -07:00
alshabib
ce4e578bcd merged of -> openflow 2014-09-17 14:56:42 -07:00
alshabib
8f1cf4a704 implementing flowremoved handling 2014-09-17 14:44:48 -07:00
tom
9c94c5b445 Refactoring packages from .of. to .openflow. 2014-09-17 13:14:42 -07:00
tom
f978c96a40 Moving /providers/of to /providers/openflow 2014-09-17 13:10:24 -07:00
tom
dc95b8a030 Cleaned-up some javadocs and added some tests. 2014-09-17 08:07:26 -07:00
alshabib
9842a4efe2 removing log message doc craziness 2014-09-16 21:42:35 -07:00
alshabib
7b2748fa98 flowrules are pushed: we still have an intermittent hang though 2014-09-16 20:21:11 -07:00
alshabib
f1cd879934 what to do without a buffer 2014-09-16 18:04:18 -07:00
alshabib
64231f6ab7 flowruleprovider builds flowmods 2014-09-16 17:58:36 -07:00
alshabib
35edb1af91 building flowmods 2014-09-16 17:44:44 -07:00
Ayaka Koshibe
a9c199f402 renamed VLAN, IP, and MACAddress classes
Change-Id: Ib4df413db1f3d9ee96213fc487519536d7993c5b
2014-09-16 16:21:40 -07:00
alshabib
1cc04f798a better with files 2014-09-16 16:09:58 -07:00
alshabib
beb7316a42 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-16 15:58:06 -07:00
alshabib
57044ba82c initial flow rule provider 2014-09-16 15:58:01 -07:00
tom
61359e9cd3 Added a slew of adapters to shorten the tests and to allow them to be used in more upcoming tests. 2014-09-16 15:50:27 -07:00
tom
43526fcc04 Moved host provider test to be under src/test 2014-09-16 15:12:22 -07:00
alshabib
dcb485e21a Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-16 11:59:59 -07:00
alshabib
55a55d9140 fix for cbench 2014-09-16 11:59:31 -07:00
Ayaka Koshibe
cc4c4c89ff test for OFHostProvider
Change-Id: Ib5385244f9ace79c59d97fb6759419a7cceaca1b
2014-09-16 11:23:37 -07:00
alshabib
89e43ef4ea link discovery clean up 2014-09-16 10:36:34 -07:00
alshabib
818d57cc2f topo fixed: tested with 100 switches and 200 links 2014-09-15 22:34:30 -07:00
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
Ayaka Koshibe
43530beb18 Host list command added to CLI
Change-Id: I52d11d3b1d56650e92357b6cb2c67007be742114
2014-09-15 11:14:52 -07:00
alshabib
63d5afe502 avoid other OF listeners overwriting the priority of another listener 2014-09-15 09:40:24 -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
d58d352109 receiving packet ins 2014-09-13 17:14:53 -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
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
alshabib
e7031568ef renamed OF packet context to OpenFlowPacketContext 2014-09-12 18:17:37 -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
578ebdca2e Moved host core stuff to its own package. 2014-09-11 11:12:51 -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
8bf2e6bc4e Added javadocs and separated trivial implementations into distinct packages. 2014-09-10 20:53:54 -07:00
alshabib
c944fd0625 stoppign starting works nicely 2014-09-10 17:55:17 -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
a159a32c5a minor cleanup 2014-09-09 14:50:51 -07:00
alshabib
9ee681721c link discovery no longer need a parsed packet 2014-09-09 14:45:14 -07:00
alshabib
df652addd1 link discovery and providers are implemented 2014-09-09 11:53:19 -07:00
alshabib
fa322cb67c merge pom.xml 2014-09-08 14:39:51 -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
alshabib
289652c591 started adding link discovery 2014-09-07 19:09:28 -07:00
alshabib
c4901cdbbb adding packet types 2014-09-05 16:50:40 -07:00
alshabib
a14f364e0b portStatusChanged implemented 2014-09-05 09:31:31 -07:00