101 Commits

Author SHA1 Message Date
Saurav Das
822c4e21ba CORD-48 First checkin for enabling OF-DPA driver to support the SR app.
Filtering Objective support added. Driver renamed from OFDPA1 to OFDPA2.
Code refactored within driver to reflect test-code which will be used by
static flow-pusher app in the future.

Change-Id: I7132d8b8eaf28df7c11646c5a35035f258c65af4
2015-10-27 17:01:41 +00:00
Jonathan Hart
3e594649d5 Change OLT app to push Q-in-Q tagging flows rather than transparent VLAN flows.
Device VLAN is set through configuration, subscriber VLAN can be added using
CLI (eventually this will come through a call from the AAA app).

Moving towards generalizing this app as an 'Access Device' app rather than purely OLT.

Change-Id: I9b82b39f6a2dee2c6f10f3fd13b261f3e0313db7
2015-10-22 18:48:19 +00:00
lishuai
4d6a0ee03f [ONOS-3180] Add initialize method to add table miss rules
Change-Id: Ifd4e9719139606826096c1a1445b97b4ea8e488b
2015-10-21 10:29:23 +00:00
Saurav Das
a07f203fbe Mostly just fixing typos
Change-Id: If543e9190035016161dfedd51136d66b799b8e26
2015-10-19 22:42:13 +00:00
andrea
ed976a405f Inserted set and get controllers methods in ovsdb controller config
Change-Id: I791ff2ae159d0ac50beff22abda2b187913428f6
2015-10-09 02:07:00 +00:00
Yafit Hadar
a9a73def6a [Emu] Open Flow Optical Port Description
Change-Id: I8da4d7a1e1dea18d56cba9673f70b1ec69a5adcf
2015-09-23 16:43:35 +00:00
Brian O'Connor
f967ad61dc Starting snapshot 1.4.0-SNAPSHOT
Change-Id: I6b64a70eb8c416b58689afd2af7d726153176f6b
2015-09-18 15:19:54 -07:00
Brian O'Connor
b3a3b52f46 Rolling back to snapshot 1.3.0-SNAPSHOT
Change-Id: I5394f02bc4cc4614427e5e535889e883944734fd
2015-09-10 17:26:49 -07:00
Brian O'Connor
cbc5878c31 Tagging 1.3.0-rc2
Change-Id: Id062ea54a0f03c26eb763e03cc347dbfe63cd03f
2015-09-10 17:08:00 -07:00
Thomas Vachuska
58de416ef1 Fixing copyrights.
Change-Id: Iacdddaf1b83fa24998730c3f714fcaf35351ae9e
2015-09-10 16:18:10 -07:00
CNlucius
a66c39739e ONOS-2724
Fix bug of apply flowrule and remove flowrule

Change-Id: Ia7dec83206c3f5e24f912f111bd87dab6eab4610
2015-09-08 18:06:30 +00:00
Brian O'Connor
e8bcb70258 Changing version to back to snapshot 1.3.0-SNAPSHOT
Change-Id: I05bc4669bf3ad2a149cee5d303da42bf8ffd14e8
2015-09-04 23:57:08 -07:00
Brian O'Connor
004345f6c8 Tagging 1.3.0-rc1
Change-Id: I640fc75397b90532e8a71f9413b6822f80b3e775
2015-09-04 23:47:08 -07:00
Saurav Das
598a02f09f Changes to the Pica8 pipeline to accomodate single-table operation.
Change-Id: Ic221b091be24036f6bceea97190119dfa5b7e579
2015-09-03 18:14:37 +00:00
Sho SHIMIZU
3be9fbe6d1 Apply more functional style
Change-Id: Ib2194054dcddbc975f426c5a17a89031e3b1166d
2015-08-26 14:50:52 -07:00
Sho SHIMIZU
a6b1481153 Simplify statement because the variable never gets null
Change-Id: I6f733f760c839b8626209f3ba4853e1bea912ff8
2015-08-26 14:50:31 -07:00
Sho SHIMIZU
33c968a335 Use LF as line separator
Change-Id: I04a763c6e9381e52fc03a112962a14cf121bb75a
2015-08-26 21:33:25 +00:00
Sho SHIMIZU
91916b622a Avoid unnecessary unboxing
Change-Id: Ib535352c1b9be6073c0dfc4df6ee8d99577caeea
2015-08-26 11:27:43 -07:00
Sho SHIMIZU
a48d3a073b Use LF as line separator
Change-Id: I9bfe9fd656b69193282603d93d338dff828abd2b
2015-08-25 21:38:12 +00:00
Sho SHIMIZU
4f87faae82 Fix indent
Change-Id: I1cbf9ddf489a877abe8ebaf9027c6fe7abbd2a41
2015-08-25 19:39:14 +00:00
Sho SHIMIZU
4346d607c6 Avoid unnecessary unboxing
Change-Id: I8f4b0e11bbd236553df1a392700bf40c900c3456
2015-08-25 16:35:44 +00:00
Hyunsun Moon
cf732fb688 ONOS-2711 Replaced short to TpPort for tcp/udp ports
Change-Id: Ibf0474b5369d11d377fd33cf5ab48083cbca3308
2015-08-25 16:10:35 +00:00
Thomas Vachuska
2121e3f1ce ONOS-2741 Fixing broken topology discovery.
Change-Id: I015b25719dc4310635a4c37527f629220aba64e8
2015-08-21 13:29:56 -07:00
CNlucius
ae5c396c6e ONOS-2708
Add implementation of getting ovsdb ports or bridges in the ovsdb node.

Change-Id: If31af08ccb90a29bc800a79f332dae2bc497b105
2015-08-21 15:56:55 +00:00
Saurav Das
ffc5bbc55b Support for matching on MPLS BOS indicator bit
Change-Id: I9f8c3f499beff7c70b4c829c2846c71007932d94
2015-08-20 16:33:32 +00:00
Saurav Das
a499eda920 Making OF-DPA and NoviFlow drivers accept multiple software versions
Change-Id: I6dc9dfd31ecb0895aad27ffc389d5649894cf5bc
2015-08-18 00:36:27 +00:00
samuel
3b2743ddf5 [ONOS-2384]Driver for standard OpenVSwitch
Change-Id: I54b32c1cf1088ecc51e672c557c726215ba83fb0
2015-08-17 10:47:11 +08:00
Thomas Vachuska
14e684b533 Drivers fix.
Change-Id: I80ed3064e851b458be71e289311ee84998987f81
2015-08-10 12:01:47 -07:00
samuel
2a31ea51bc [ONOS-2547] modify DefaultIpAddress in OvsdbTunnelConfig and modify
drivers.xml

Change-Id: I74e7ec27d247f892edbeabe95eb564ab7a75cee5
2015-08-06 17:44:53 +00:00
samuel
6d75dbfd85 [ONOS-2512]Fix the bug that catch the node ip and port is wrong in
OvsdbTunnelConfig and OvsdbBridgeConfig

Change-Id: I36da6d2196ca8b2372dd8f70b3c25582fbfdea70
2015-08-03 17:10:59 +00:00
samuel
bc087c0384 [onos-2242]OVSDB-based implementation of tunnel config behaviour.
Change-Id: I854a9e572acbfa698ec40309945d93810fb2b471
2015-07-31 15:35:22 +00:00
Marc De Leenheer
fc913dd2f7 LINC driver and OF device provider report correct optical port types
Change-Id: I501ce5f6f53136254024ad7122a4fec0d17504e0
2015-07-31 15:30:04 +00:00
Marc De Leenheer
b931137eb6 Driver and flow stats handling for Calient fiber switch S160.
Bump loxigen to 0.4.1.onos-SNAPSHOT.

Change-Id: Ieb8aa4fe716e12f89b83770eff617561f30cdd08
2015-07-30 16:34:26 +00:00
Jonathan Hart
5ee01635bc Add ovsdb-api to the ovsdb feature
Change-Id: I607f5f118cb5d11a2a2bdbf202e8be7f69c3d8e3
2015-07-28 16:13:54 -07:00
samuel
68a6c62aa8 [onos-2116]the implementation of BridgeConfig and modify onos/pom.xml to
add ovsdb module.

Change-Id: I1a1202e4aa4f04d5dbd4aceb6dacccc571e73f39
2015-07-28 20:14:18 +00:00
Jonathan Hart
64da69da7c Move AAA app to OLT
Change-Id: Ie1e41353177c8755f25bca1476b41df1f2826288
2015-07-16 11:33:39 +00:00
Charles M.C. Chan
ef3f39ed64 Correctly insert a drop action for empty treatment
It seems to me that the if-block between line 73 to 80 is ineffective in current implementation

Change-Id: Ia28fc9c7c4aace7c60f67a7926ba451e2236c4c8
2015-07-14 15:16:07 +00:00
alshabib
af734ff4c7 forwarding radius packets to radius
Change-Id: I28678715adc42358d85006e2df0baa25d768746d
2015-07-06 21:20:37 +00:00
Jonathan Hart
dfc3b86148 Add punt EAPOL rule for OLT
Change-Id: I86287e9eb10bdc30f1b4133324371d98d4da7344
2015-07-01 23:12:44 +00:00
alshabib
6c277243ec default single pipeline should not throw an exception on filter or next
Change-Id: Ic5f392db84e49221f42b09a75c16dfd9be58d100
2015-07-01 08:47:08 -07:00
alshabib
2cc73cb195 method to annotate a device during driver init
Change-Id: I446a7444edcb98347694b8b568e65fa3614880a3
2015-07-01 14:45:34 +00:00
alshabib
caf1ca2b1d adding EthType to secure handling ether types
this will also pretty print ethertypes in flow output

Change-Id: I9363070ad308f3c756735e29b3992c500e503636
2015-06-26 13:44:55 +00:00
alshabib
c4b5d462e0 adding iptv provisioning
Change-Id: I11fcc788402793d0bf3ac9d9f03ed77e093d98ad
2015-06-09 16:15:54 +00:00
alshabib
b32cefe7ce adding igmp rule
Change-Id: I0eaeb55861eb3f9f273a3b67fa7b0eaa98b0210e
2015-06-08 18:15:17 -07:00
Brian O'Connor
afc2d7db88 Starting snapshot 1.3.0-SNAPSHOT
Change-Id: Idc4c114bda5268e534b9fc998215564d23d84c58
2015-06-05 23:31:25 -07:00
Brian O'Connor
a78abfcc39 Tagging 1.2.0
Change-Id: If1b4de17402bf8248c888de72891dc17a5bcd7ef
2015-06-05 22:40:03 -07:00
alshabib
17cde6d484 adding driver for g.fast and port to vlan mapping in xos-integration
Change-Id: I661decb973f626e6c9b3c07cbbf935d1bfa63848
2015-06-05 15:03:58 -07:00
Saurav Das
337c7a45b9 Fixes for the Pica8 pipeline and the cpqd emulation of the OFDPA pipeline.
Change-Id: Ib1982cdb7bc580cf86c43ace229388ee1f1106a2
2015-06-02 15:13:59 -07:00
Brian O'Connor
3350390b1d Starting snapshot 1.2.0-SNAPSHOT
Change-Id: I96c63bb70f2cd27453f2da893d77f9e72966f780
2015-06-01 17:08:05 -07:00
Brian O'Connor
75aed4000e Tagging 1.2.0-rc2
Change-Id: I93f2bf38d29ddf788f7a81552695da80fc275c42
2015-06-01 16:58:14 -07:00