Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Laboratory |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 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> |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 42 | <!-- Emulation of the spring-open pipeline using a CPqD OF 1.3 software switch. |
| 43 | ~ This driver is the default driver assigned to the CPqD switch. |
| 44 | --> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 45 | <driver name="spring-open-cpqd" extends="default" |
| 46 | manufacturer="Stanford University, Ericsson Research and CPqD Research" |
| 47 | hwVersion="OpenFlow 1.3 Reference Userspace Switch" swVersion=".*"> |
| 48 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 49 | impl="org.onosproject.driver.pipeline.SpringOpenTTP"/> |
| 50 | </driver> |
| 51 | <driver name="spring-open" extends="default" |
| 52 | manufacturer="Dell " hwVersion="OpenFlow switch HW ver. 1.0" |
| 53 | swVersion="OpenFlow switch SW ver. 1.0 and 1.3"> |
| 54 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 55 | impl="org.onosproject.driver.pipeline.SpringOpenTTPDell"/> |
| 56 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 57 | <driver name="ofdpa" extends="default" |
| 58 | manufacturer="Broadcom Corp." hwVersion="OF-DPA.*" swVersion="OF-DPA.*"> |
| 59 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Charles Chan | 361154b | 2016-03-24 10:23:39 -0700 | [diff] [blame] | 60 | impl="org.onosproject.driver.pipeline.Ofdpa2Pipeline"/> |
Charles Chan | 14967c2 | 2015-12-07 11:11:50 -0800 | [diff] [blame] | 61 | <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter" |
| 62 | impl="org.onosproject.driver.extensions.OfdpaExtensionTreatmentInterpreter" /> |
| 63 | <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver" |
| 64 | impl="org.onosproject.driver.extensions.OfdpaExtensionTreatmentInterpreter" /> |
| 65 | <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter" |
| 66 | impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" /> |
| 67 | <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver" |
| 68 | impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" /> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 69 | </driver> |
alshabib | 48dc2f1 | 2016-04-18 10:17:17 -0700 | [diff] [blame] | 70 | <driver name="celestica" extends="default" |
| 71 | manufacturer="PMC GPON Networks" hwVersion="PAS5211 v2" swVersion="vOLT version 1.5.3.*"> |
| 72 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 73 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
| 74 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 75 | <driver name="pmc-olt" extends="default" |
alshabib | 2f74f2c | 2016-01-14 13:29:35 -0800 | [diff] [blame] | 76 | manufacturer="PMC GPON Networks" hwVersion="PASffffffff v-1" swVersion="vOLT.*"> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 77 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Jonathan Hart | b92cc51 | 2015-11-16 23:05:21 -0800 | [diff] [blame] | 78 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 79 | </driver> |
alshabib | 02c7aaf | 2016-01-14 14:20:26 -0800 | [diff] [blame] | 80 | <driver name="fj-olt" extends="default" |
| 81 | manufacturer="Fujitsu" hwVersion="svkOLT" swVersion="v1.0"> |
| 82 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 83 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
| 84 | </driver> |
Ke Han | 43cc16a | 2016-03-07 16:04:09 +0800 | [diff] [blame] | 85 | <driver name="nokia-olt" extends="default" |
| 86 | manufacturer="Nokia" hwVersion="" swVersion=""> |
| 87 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 88 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
| 89 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 90 | <driver name="g.fast" extends="default" |
| 91 | manufacturer="TEST1" hwVersion="TEST2" swVersion="TEST3"> |
| 92 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Jonathan Hart | b92cc51 | 2015-11-16 23:05:21 -0800 | [diff] [blame] | 93 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 94 | </driver> |
| 95 | <!-- The SoftRouter driver is meant to be used by any software/NPU based |
| 96 | ~ switch that wishes to implement a simple 2-table router. To use this |
| 97 | ~ driver, configure ONOS with the dpid of the device, or extend the |
| 98 | ~ driver declaration with the manufacturer/hwVersion/swVersion of the |
| 99 | ~ device (see 'noviflow' example). |
| 100 | --> |
| 101 | <driver name="softrouter" extends="default" |
| 102 | manufacturer="Various" hwVersion="various" swVersion="0.0.0"> |
| 103 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 104 | impl="org.onosproject.driver.pipeline.SoftRouterPipeline"/> |
| 105 | </driver> |
| 106 | <driver name="centec-V350" extends="default" |
| 107 | manufacturer=".*Centec.*" hwVersion=".*" swVersion="3.1.*"> |
| 108 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 109 | impl="org.onosproject.driver.pipeline.CentecV350Pipeline"/> |
| 110 | </driver> |
| 111 | <driver name="pica" extends="default" |
| 112 | manufacturer="Pica8, Inc." hwVersion=".*" swVersion="PicOS 2.6"> |
| 113 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 114 | impl="org.onosproject.driver.pipeline.PicaPipeline"/> |
| 115 | </driver> |
| 116 | <driver name="noviflow" extends="softrouter" |
| 117 | manufacturer="NoviFlow Inc" hwVersion="NS.*" swVersion="NW.*"> |
| 118 | </driver> |
| 119 | <!-- 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] | 120 | ~ Use this driver when MPLS functionality is required. |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 121 | ~ To use this driver, configure ONOS with the dpid of the device. |
| 122 | --> |
| 123 | <driver name="ofdpa-cpqd" extends="default" |
| 124 | manufacturer="ONF" |
| 125 | hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining"> |
| 126 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Charles Chan | 361154b | 2016-03-24 10:23:39 -0700 | [diff] [blame] | 127 | impl="org.onosproject.driver.pipeline.CpqdOfdpa2Pipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 128 | </driver> |
Saurav Das | 5202596 | 2016-01-28 22:30:01 -0800 | [diff] [blame] | 129 | <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch. |
| 130 | ~ Use this driver when VLAN functionality is required. |
| 131 | ~ To use this driver, configure ONOS with the dpid of the device. |
| 132 | --> |
| 133 | <driver name="ofdpa-cpqd-vlan" extends="default" |
| 134 | manufacturer="ONF" |
| 135 | hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining"> |
| 136 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Charles Chan | 361154b | 2016-03-24 10:23:39 -0700 | [diff] [blame] | 137 | impl="org.onosproject.driver.pipeline.CpqdOfdpa2VlanPipeline"/> |
Saurav Das | 5202596 | 2016-01-28 22:30:01 -0800 | [diff] [blame] | 138 | </driver> |
jiangrui | f04b955 | 2015-11-19 12:09:51 +0800 | [diff] [blame] | 139 | <driver name="onosfw" extends="ovs" |
CNlucius | a66c397 | 2015-09-06 20:31:29 +0800 | [diff] [blame] | 140 | manufacturer="" hwVersion="" swVersion=""> |
| 141 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 142 | impl="org.onosproject.driver.pipeline.OpenVSwitchPipeline"/> |
| 143 | </driver> |
Macauley Cheng | 696e1e8 | 2015-11-13 15:58:28 +0800 | [diff] [blame] | 144 | <driver name="aos" extends="ofdpa" |
| 145 | manufacturer="Accton" hwVersion=".*" swVersion="1.*"> |
| 146 | </driver> |
sanghoshin | 435392c | 2015-12-09 21:39:23 +0900 | [diff] [blame] | 147 | <driver name="sona" extends="ovs" |
| 148 | manufacturer="" hwVersion="" swVersion=""> |
| 149 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 150 | impl="org.onosproject.driver.pipeline.OpenstackPipeline"/> |
| 151 | </driver> |
Murat Parlakisik | 4f50e3f | 2016-04-11 03:24:44 -0700 | [diff] [blame] | 152 | <driver name="hp" extends="default" |
| 153 | manufacturer="HP" hwVersion="Switch 3500yl-48G" swVersion="K.16.01.0004"> |
| 154 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 155 | impl="org.onosproject.driver.pipeline.HpPipeline"/> |
| 156 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 157 | </drivers> |
| 158 | |