Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright 2015 Open Networking Laboratory |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | <drivers> |
| 18 | <driver name="default" |
| 19 | manufacturer="ON.Lab" hwVersion="0.0.1" swVersion="0.0.1"> |
| 20 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 21 | impl="org.onosproject.driver.pipeline.DefaultSingleTablePipeline"/> |
| 22 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 23 | impl="org.onosproject.driver.handshaker.DefaultSwitchHandshaker"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 24 | </driver> |
| 25 | <driver name="ovs" extends="default" |
| 26 | manufacturer="Nicira, Inc\." hwVersion="Open vSwitch" swVersion="2\..*"> |
| 27 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 28 | impl="org.onosproject.driver.handshaker.NiciraSwitchHandshaker"/> |
alshabib | 880b644 | 2015-11-23 22:13:04 -0800 | [diff] [blame] | 29 | <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter" |
| 30 | impl="org.onosproject.driver.extensions.NiciraExtensionTreatmentInterpreter" /> |
| 31 | <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver" |
| 32 | impl="org.onosproject.driver.extensions.NiciraExtensionTreatmentInterpreter" /> |
Jonathan Hart | 26a8d95 | 2015-12-02 15:16:35 -0800 | [diff] [blame] | 33 | <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter" |
| 34 | impl="org.onosproject.driver.extensions.NiciraExtensionSelectorInterpreter" /> |
| 35 | <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver" |
| 36 | impl="org.onosproject.driver.extensions.NiciraExtensionSelectorInterpreter" /> |
HIGUCHI Yuta | b7a15d7 | 2015-12-15 09:54:40 -0800 | [diff] [blame] | 37 | <behaviour api="org.onosproject.net.behaviour.VlanQuery" |
| 38 | impl="org.onosproject.driver.query.FullVlanAvailable" /> |
| 39 | <behaviour api="org.onosproject.net.behaviour.MplsQuery" |
| 40 | impl="org.onosproject.driver.query.FullMplsAvailable" /> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 41 | </driver> |
| 42 | <driver name="ovs-corsa" extends="ovs" |
| 43 | manufacturer="Corsa" hwVersion="emulation" swVersion="0.0.0"> |
| 44 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 45 | impl="org.onosproject.driver.pipeline.OVSCorsaPipeline"/> |
| 46 | </driver> |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 47 | <!-- Emulation of the spring-open pipeline using a CPqD OF 1.3 software switch. |
| 48 | ~ This driver is the default driver assigned to the CPqD switch. |
| 49 | --> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 50 | <driver name="spring-open-cpqd" extends="default" |
| 51 | manufacturer="Stanford University, Ericsson Research and CPqD Research" |
| 52 | hwVersion="OpenFlow 1.3 Reference Userspace Switch" swVersion=".*"> |
| 53 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 54 | impl="org.onosproject.driver.pipeline.SpringOpenTTP"/> |
| 55 | </driver> |
| 56 | <driver name="spring-open" extends="default" |
| 57 | manufacturer="Dell " hwVersion="OpenFlow switch HW ver. 1.0" |
| 58 | swVersion="OpenFlow switch SW ver. 1.0 and 1.3"> |
| 59 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 60 | impl="org.onosproject.driver.pipeline.SpringOpenTTPDell"/> |
| 61 | </driver> |
| 62 | <driver name="linc-oe" extends="default" |
| 63 | manufacturer="FlowForwarding.org" hwVersion="Unknown" |
| 64 | swVersion="LINC-OE OpenFlow Software Switch 1.1"> |
| 65 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
Jonathan Hart | d9df7bd | 2015-11-10 17:10:25 -0800 | [diff] [blame] | 66 | impl="org.onosproject.driver.handshaker.OfOpticalSwitchImplLinc13"/> |
Marc De Leenheer | b0fb41d | 2015-12-03 22:16:53 -0800 | [diff] [blame] | 67 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
Marc De Leenheer | 622861d | 2015-12-15 22:52:52 -0800 | [diff] [blame] | 68 | impl="org.onosproject.driver.query.LincOELambdaQuery"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 69 | </driver> |
| 70 | <driver name="corsa" |
| 71 | manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1"> |
| 72 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 73 | impl="org.onosproject.driver.pipeline.CorsaPipeline"/> |
| 74 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 75 | impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/> |
| 76 | </driver> |
Jonathan Gravel | 8c9f7bc | 2015-12-03 15:46:20 -0500 | [diff] [blame] | 77 | <driver name="corsa-v1" |
| 78 | manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1"> |
| 79 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 80 | impl="org.onosproject.driver.pipeline.CorsaPipeline"/> |
| 81 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 82 | impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/> |
| 83 | </driver> |
| 84 | <driver name="corsa-v3" |
| 85 | manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1"> |
| 86 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 87 | impl="org.onosproject.driver.pipeline.CorsaPipelineV3"/> |
| 88 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 89 | impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/> |
| 90 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 91 | <driver name="ofdpa" extends="default" |
| 92 | manufacturer="Broadcom Corp." hwVersion="OF-DPA.*" swVersion="OF-DPA.*"> |
| 93 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 94 | impl="org.onosproject.driver.pipeline.OFDPA2Pipeline"/> |
Charles Chan | 14967c2 | 2015-12-07 11:11:50 -0800 | [diff] [blame] | 95 | <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter" |
| 96 | impl="org.onosproject.driver.extensions.OfdpaExtensionTreatmentInterpreter" /> |
| 97 | <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver" |
| 98 | impl="org.onosproject.driver.extensions.OfdpaExtensionTreatmentInterpreter" /> |
| 99 | <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter" |
| 100 | impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" /> |
| 101 | <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver" |
| 102 | impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" /> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 103 | </driver> |
| 104 | <driver name="pmc-olt" extends="default" |
alshabib | 2f74f2c | 2016-01-14 13:29:35 -0800 | [diff] [blame] | 105 | manufacturer="PMC GPON Networks" hwVersion="PASffffffff v-1" swVersion="vOLT.*"> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 106 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Jonathan Hart | b92cc51 | 2015-11-16 23:05:21 -0800 | [diff] [blame] | 107 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 108 | </driver> |
alshabib | 02c7aaf | 2016-01-14 14:20:26 -0800 | [diff] [blame] | 109 | <driver name="fj-olt" extends="default" |
| 110 | manufacturer="Fujitsu" hwVersion="svkOLT" swVersion="v1.0"> |
| 111 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 112 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
| 113 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 114 | <driver name="g.fast" extends="default" |
| 115 | manufacturer="TEST1" hwVersion="TEST2" swVersion="TEST3"> |
| 116 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Jonathan Hart | b92cc51 | 2015-11-16 23:05:21 -0800 | [diff] [blame] | 117 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 118 | </driver> |
| 119 | <!-- The SoftRouter driver is meant to be used by any software/NPU based |
| 120 | ~ switch that wishes to implement a simple 2-table router. To use this |
| 121 | ~ driver, configure ONOS with the dpid of the device, or extend the |
| 122 | ~ driver declaration with the manufacturer/hwVersion/swVersion of the |
| 123 | ~ device (see 'noviflow' example). |
| 124 | --> |
| 125 | <driver name="softrouter" extends="default" |
| 126 | manufacturer="Various" hwVersion="various" swVersion="0.0.0"> |
| 127 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 128 | impl="org.onosproject.driver.pipeline.SoftRouterPipeline"/> |
| 129 | </driver> |
| 130 | <driver name="centec-V350" extends="default" |
| 131 | manufacturer=".*Centec.*" hwVersion=".*" swVersion="3.1.*"> |
| 132 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 133 | impl="org.onosproject.driver.pipeline.CentecV350Pipeline"/> |
| 134 | </driver> |
| 135 | <driver name="pica" extends="default" |
| 136 | manufacturer="Pica8, Inc." hwVersion=".*" swVersion="PicOS 2.6"> |
| 137 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 138 | impl="org.onosproject.driver.pipeline.PicaPipeline"/> |
| 139 | </driver> |
| 140 | <driver name="noviflow" extends="softrouter" |
| 141 | manufacturer="NoviFlow Inc" hwVersion="NS.*" swVersion="NW.*"> |
| 142 | </driver> |
| 143 | <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch. |
Saurav Das | 5202596 | 2016-01-28 22:30:01 -0800 | [diff] [blame] | 144 | ~ Use this driver when MPLS functionality is required. |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 145 | ~ To use this driver, configure ONOS with the dpid of the device. |
| 146 | --> |
| 147 | <driver name="ofdpa-cpqd" extends="default" |
| 148 | manufacturer="ONF" |
| 149 | hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining"> |
| 150 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 151 | impl="org.onosproject.driver.pipeline.CpqdOFDPA2Pipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 152 | </driver> |
Saurav Das | 5202596 | 2016-01-28 22:30:01 -0800 | [diff] [blame] | 153 | <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch. |
| 154 | ~ Use this driver when VLAN functionality is required. |
| 155 | ~ To use this driver, configure ONOS with the dpid of the device. |
| 156 | --> |
| 157 | <driver name="ofdpa-cpqd-vlan" extends="default" |
| 158 | manufacturer="ONF" |
| 159 | hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining"> |
| 160 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 161 | impl="org.onosproject.driver.pipeline.CpqdOFDPA2VlanPipeline"/> |
| 162 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 163 | <driver name="calient" extends="default" |
Aneesha Pailla | 7f44bc3 | 2016-02-11 10:23:10 -0800 | [diff] [blame] | 164 | manufacturer="calient technologies inc" hwVersion="calient hardware.*" |
| 165 | swVersion="ocs software version.*"> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 166 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 167 | impl="org.onosproject.driver.handshaker.CalientFiberSwitchHandshaker"/> |
Marc De Leenheer | b0fb41d | 2015-12-03 22:16:53 -0800 | [diff] [blame] | 168 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
Marc De Leenheer | 622861d | 2015-12-15 22:52:52 -0800 | [diff] [blame] | 169 | impl="org.onosproject.driver.query.CalientLambdaQuery"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 170 | </driver> |
jiangrui | f04b955 | 2015-11-19 12:09:51 +0800 | [diff] [blame] | 171 | <driver name="onosfw" extends="ovs" |
CNlucius | a66c397 | 2015-09-06 20:31:29 +0800 | [diff] [blame] | 172 | manufacturer="" hwVersion="" swVersion=""> |
| 173 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 174 | impl="org.onosproject.driver.pipeline.OpenVSwitchPipeline"/> |
| 175 | </driver> |
Yafit Hadar | a9a73de | 2015-09-06 13:52:52 +0300 | [diff] [blame] | 176 | <driver name="eci" extends="default" |
Rimon Ashkenazy | 4ffab0d | 2015-11-23 14:21:07 +0200 | [diff] [blame] | 177 | manufacturer="ECI Telecom" hwVersion="Optical.*" swVersion="V_1_0"> |
Yafit Hadar | a9a73de | 2015-09-06 13:52:52 +0300 | [diff] [blame] | 178 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 179 | impl="org.onosproject.driver.handshaker.OFOpticalSwitch13"/> |
Toru Furusawa | c23f583 | 2015-12-04 11:39:18 -0800 | [diff] [blame] | 180 | <behaviour api="org.onosproject.net.behaviour.TributarySlotQuery" |
| 181 | impl="org.onosproject.driver.query.DefaultTributarySlotQuery" /> |
Rimon Ashkenazy | e320103 | 2016-01-11 14:27:30 +0200 | [diff] [blame] | 182 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
| 183 | impl="org.onosproject.driver.query.OFOpticalSwitch13LambdaQuery"/> |
Yafit Hadar | a9a73de | 2015-09-06 13:52:52 +0300 | [diff] [blame] | 184 | </driver> |
Macauley Cheng | 696e1e8 | 2015-11-13 15:58:28 +0800 | [diff] [blame] | 185 | <driver name="aos" extends="ofdpa" |
| 186 | manufacturer="Accton" hwVersion=".*" swVersion="1.*"> |
| 187 | </driver> |
sanghoshin | 435392c | 2015-12-09 21:39:23 +0900 | [diff] [blame] | 188 | <driver name="sona" extends="ovs" |
| 189 | manufacturer="" hwVersion="" swVersion=""> |
| 190 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 191 | impl="org.onosproject.driver.pipeline.OpenstackPipeline"/> |
| 192 | </driver> |
Jimmy Jin | c019803 | 2016-01-04 13:26:10 -0800 | [diff] [blame] | 193 | <driver name="oplk-roadm" extends="default" |
| 194 | manufacturer="Oplink a Molex company" hwVersion="ROADM" |
| 195 | swVersion="of-agent"> |
| 196 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 197 | impl="org.onosproject.driver.handshaker.OplinkRoadmHandshaker"/> |
| 198 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 199 | </drivers> |
| 200 | |