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"/> |
| 24 | <behaviour api="org.onosproject.net.behaviour.TunnelConfig" |
| 25 | impl="org.onosproject.driver.ovsdb.OvsdbTunnelConfig"/> |
| 26 | <behaviour api="org.onosproject.net.behaviour.BridgeConfig" |
| 27 | impl="org.onosproject.driver.ovsdb.OvsdbBridgeConfig"/> |
| 28 | </driver> |
| 29 | <driver name="ovs" extends="default" |
| 30 | manufacturer="Nicira, Inc\." hwVersion="Open vSwitch" swVersion="2\..*"> |
| 31 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 32 | impl="org.onosproject.driver.handshaker.NiciraSwitchHandshaker"/> |
andrea | ed976a4 | 2015-10-05 14:38:25 -0700 | [diff] [blame] | 33 | <behaviour api="org.onosproject.net.behaviour.ControllerConfig" |
| 34 | impl="org.onosproject.driver.ovsdb.OvsdbControllerConfig"/> |
Jonathan Hart | 3c25916 | 2015-10-21 21:31:19 -0700 | [diff] [blame] | 35 | <behaviour api="org.onosproject.openflow.controller.ExtensionInterpreter" |
| 36 | impl="org.onosproject.driver.extensions.NiciraExtensionInterpreter" /> |
| 37 | <behaviour api="org.onosproject.net.behaviour.ExtensionResolver" |
| 38 | impl="org.onosproject.driver.extensions.NiciraExtensionInterpreter" /> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 39 | </driver> |
andrea | 0e47288 | 2015-11-23 10:18:32 -0800 | [diff] [blame] | 40 | <!--This driver is for simulated NETCONF devices through of-config tool on top og OVSDB--> |
andrea | eb70a94 | 2015-10-16 21:34:46 -0700 | [diff] [blame] | 41 | <driver name="ovs-netconf" extends="default" |
andrea | 0e47288 | 2015-11-23 10:18:32 -0800 | [diff] [blame] | 42 | manufacturer="" hwVersion="" swVersion=""> |
andrea | eb70a94 | 2015-10-16 21:34:46 -0700 | [diff] [blame] | 43 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 44 | impl="org.onosproject.driver.handshaker.NiciraSwitchHandshaker"/> |
| 45 | <behaviour api="org.onosproject.net.behaviour.ControllerConfig" |
| 46 | impl="org.onosproject.driver.netconf.NetconfControllerConfig"/> |
| 47 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 48 | <driver name="ovs-corsa" extends="ovs" |
| 49 | manufacturer="Corsa" hwVersion="emulation" swVersion="0.0.0"> |
| 50 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 51 | impl="org.onosproject.driver.pipeline.OVSCorsaPipeline"/> |
| 52 | </driver> |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 53 | <!-- Emulation of the spring-open pipeline using a CPqD OF 1.3 software switch. |
| 54 | ~ This driver is the default driver assigned to the CPqD switch. |
| 55 | --> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 56 | <driver name="spring-open-cpqd" extends="default" |
| 57 | manufacturer="Stanford University, Ericsson Research and CPqD Research" |
| 58 | hwVersion="OpenFlow 1.3 Reference Userspace Switch" swVersion=".*"> |
| 59 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 60 | impl="org.onosproject.driver.pipeline.SpringOpenTTP"/> |
| 61 | </driver> |
| 62 | <driver name="spring-open" extends="default" |
| 63 | manufacturer="Dell " hwVersion="OpenFlow switch HW ver. 1.0" |
| 64 | swVersion="OpenFlow switch SW ver. 1.0 and 1.3"> |
| 65 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 66 | impl="org.onosproject.driver.pipeline.SpringOpenTTPDell"/> |
| 67 | </driver> |
| 68 | <driver name="linc-oe" extends="default" |
| 69 | manufacturer="FlowForwarding.org" hwVersion="Unknown" |
| 70 | swVersion="LINC-OE OpenFlow Software Switch 1.1"> |
| 71 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
Jonathan Hart | d9df7bd | 2015-11-10 17:10:25 -0800 | [diff] [blame] | 72 | impl="org.onosproject.driver.handshaker.OfOpticalSwitchImplLinc13"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 73 | </driver> |
| 74 | <driver name="corsa" |
| 75 | manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1"> |
| 76 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 77 | impl="org.onosproject.driver.pipeline.CorsaPipeline"/> |
| 78 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 79 | impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/> |
| 80 | </driver> |
| 81 | <driver name="ofdpa" extends="default" |
| 82 | manufacturer="Broadcom Corp." hwVersion="OF-DPA.*" swVersion="OF-DPA.*"> |
| 83 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 84 | impl="org.onosproject.driver.pipeline.OFDPA2Pipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 85 | </driver> |
| 86 | <driver name="pmc-olt" extends="default" |
| 87 | manufacturer="Big Switch Networks" hwVersion="ivs 0.5" swVersion="ivs 0.5"> |
| 88 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Jonathan Hart | b92cc51 | 2015-11-16 23:05:21 -0800 | [diff] [blame] | 89 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 90 | </driver> |
| 91 | <driver name="g.fast" extends="default" |
| 92 | manufacturer="TEST1" hwVersion="TEST2" swVersion="TEST3"> |
| 93 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
Jonathan Hart | b92cc51 | 2015-11-16 23:05:21 -0800 | [diff] [blame] | 94 | impl="org.onosproject.driver.pipeline.OltPipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 95 | </driver> |
| 96 | <!-- The SoftRouter driver is meant to be used by any software/NPU based |
| 97 | ~ switch that wishes to implement a simple 2-table router. To use this |
| 98 | ~ driver, configure ONOS with the dpid of the device, or extend the |
| 99 | ~ driver declaration with the manufacturer/hwVersion/swVersion of the |
| 100 | ~ device (see 'noviflow' example). |
| 101 | --> |
| 102 | <driver name="softrouter" extends="default" |
| 103 | manufacturer="Various" hwVersion="various" swVersion="0.0.0"> |
| 104 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 105 | impl="org.onosproject.driver.pipeline.SoftRouterPipeline"/> |
| 106 | </driver> |
| 107 | <driver name="centec-V350" extends="default" |
| 108 | manufacturer=".*Centec.*" hwVersion=".*" swVersion="3.1.*"> |
| 109 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 110 | impl="org.onosproject.driver.pipeline.CentecV350Pipeline"/> |
| 111 | </driver> |
| 112 | <driver name="pica" extends="default" |
| 113 | manufacturer="Pica8, Inc." hwVersion=".*" swVersion="PicOS 2.6"> |
| 114 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 115 | impl="org.onosproject.driver.pipeline.PicaPipeline"/> |
| 116 | </driver> |
| 117 | <driver name="noviflow" extends="softrouter" |
| 118 | manufacturer="NoviFlow Inc" hwVersion="NS.*" swVersion="NW.*"> |
| 119 | </driver> |
| 120 | <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch. |
| 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" |
Saurav Das | 822c4e2 | 2015-10-23 10:51:11 -0700 | [diff] [blame] | 127 | impl="org.onosproject.driver.pipeline.CpqdOFDPA2Pipeline"/> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 128 | </driver> |
| 129 | <driver name="calient" extends="default" |
| 130 | manufacturer="calient inc" hwVersion="calient hardware" |
| 131 | swVersion="ocs switch"> |
| 132 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 133 | impl="org.onosproject.driver.handshaker.CalientFiberSwitchHandshaker"/> |
| 134 | </driver> |
jiangrui | f04b955 | 2015-11-19 12:09:51 +0800 | [diff] [blame] | 135 | <driver name="onosfw" extends="ovs" |
CNlucius | a66c397 | 2015-09-06 20:31:29 +0800 | [diff] [blame] | 136 | manufacturer="" hwVersion="" swVersion=""> |
| 137 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 138 | impl="org.onosproject.driver.pipeline.OpenVSwitchPipeline"/> |
| 139 | </driver> |
Yafit Hadar | a9a73de | 2015-09-06 13:52:52 +0300 | [diff] [blame] | 140 | <driver name="eci" extends="default" |
| 141 | manufacturer="ECI Telecom" hwVersion="optical" swVersion="V_1_0"> |
| 142 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 143 | impl="org.onosproject.driver.handshaker.OFOpticalSwitch13"/> |
| 144 | </driver> |
Macauley Cheng | 696e1e8 | 2015-11-13 15:58:28 +0800 | [diff] [blame] | 145 | <driver name="aos" extends="ofdpa" |
| 146 | manufacturer="Accton" hwVersion=".*" swVersion="1.*"> |
| 147 | </driver> |
Sho SHIMIZU | a48d3a0 | 2015-08-25 13:33:02 -0700 | [diff] [blame] | 148 | </drivers> |
| 149 | |