blob: 5059d4bf77497912d734b4d14e954499f0405bf5 [file] [log] [blame]
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -07001<?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"/>
andreaed976a42015-10-05 14:38:25 -070033 <behaviour api="org.onosproject.net.behaviour.ControllerConfig"
34 impl="org.onosproject.driver.ovsdb.OvsdbControllerConfig"/>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -070035 </driver>
36 <driver name="ovs-corsa" extends="ovs"
37 manufacturer="Corsa" hwVersion="emulation" swVersion="0.0.0">
38 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
39 impl="org.onosproject.driver.pipeline.OVSCorsaPipeline"/>
40 </driver>
41 <driver name="spring-open-cpqd" extends="default"
42 manufacturer="Stanford University, Ericsson Research and CPqD Research"
43 hwVersion="OpenFlow 1.3 Reference Userspace Switch" swVersion=".*">
44 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
45 impl="org.onosproject.driver.pipeline.SpringOpenTTP"/>
46 </driver>
47 <driver name="spring-open" extends="default"
48 manufacturer="Dell " hwVersion="OpenFlow switch HW ver. 1.0"
49 swVersion="OpenFlow switch SW ver. 1.0 and 1.3">
50 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
51 impl="org.onosproject.driver.pipeline.SpringOpenTTPDell"/>
52 </driver>
53 <driver name="linc-oe" extends="default"
54 manufacturer="FlowForwarding.org" hwVersion="Unknown"
55 swVersion="LINC-OE OpenFlow Software Switch 1.1">
56 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
57 impl="org.onosproject.driver.handshaker.OFOpticalSwitchImplLINC13"/>
58 </driver>
59 <driver name="corsa"
60 manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1">
61 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
62 impl="org.onosproject.driver.pipeline.CorsaPipeline"/>
63 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
64 impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/>
65 </driver>
66 <driver name="ofdpa" extends="default"
67 manufacturer="Broadcom Corp." hwVersion="OF-DPA.*" swVersion="OF-DPA.*">
68 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
69 impl="org.onosproject.driver.pipeline.OFDPA1Pipeline"/>
70 </driver>
71 <driver name="pmc-olt" extends="default"
72 manufacturer="Big Switch Networks" hwVersion="ivs 0.5" swVersion="ivs 0.5">
73 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
74 impl="org.onosproject.driver.pipeline.OLTPipeline"/>
75 </driver>
76 <driver name="g.fast" extends="default"
77 manufacturer="TEST1" hwVersion="TEST2" swVersion="TEST3">
78 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
79 impl="org.onosproject.driver.pipeline.OLTPipeline"/>
80 </driver>
81 <!-- The SoftRouter driver is meant to be used by any software/NPU based
82 ~ switch that wishes to implement a simple 2-table router. To use this
83 ~ driver, configure ONOS with the dpid of the device, or extend the
84 ~ driver declaration with the manufacturer/hwVersion/swVersion of the
85 ~ device (see 'noviflow' example).
86 -->
87 <driver name="softrouter" extends="default"
88 manufacturer="Various" hwVersion="various" swVersion="0.0.0">
89 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
90 impl="org.onosproject.driver.pipeline.SoftRouterPipeline"/>
91 </driver>
92 <driver name="centec-V350" extends="default"
93 manufacturer=".*Centec.*" hwVersion=".*" swVersion="3.1.*">
94 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
95 impl="org.onosproject.driver.pipeline.CentecV350Pipeline"/>
96 </driver>
97 <driver name="pica" extends="default"
98 manufacturer="Pica8, Inc." hwVersion=".*" swVersion="PicOS 2.6">
99 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
100 impl="org.onosproject.driver.pipeline.PicaPipeline"/>
101 </driver>
102 <driver name="noviflow" extends="softrouter"
103 manufacturer="NoviFlow Inc" hwVersion="NS.*" swVersion="NW.*">
104 </driver>
105 <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch.
106 ~ To use this driver, configure ONOS with the dpid of the device.
107 -->
108 <driver name="ofdpa-cpqd" extends="default"
109 manufacturer="ONF"
110 hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining">
111 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
112 impl="org.onosproject.driver.pipeline.CpqdOFDPA1Pipeline"/>
113 </driver>
114 <driver name="calient" extends="default"
115 manufacturer="calient inc" hwVersion="calient hardware"
116 swVersion="ocs switch">
117 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
118 impl="org.onosproject.driver.handshaker.CalientFiberSwitchHandshaker"/>
119 </driver>
CNluciusa66c3972015-09-06 20:31:29 +0800120 <driver name="onosfw" extends="default"
121 manufacturer="" hwVersion="" swVersion="">
122 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
123 impl="org.onosproject.driver.pipeline.OpenVSwitchPipeline"/>
124 </driver>
Yafit Hadara9a73de2015-09-06 13:52:52 +0300125 <driver name="eci" extends="default"
126 manufacturer="ECI Telecom" hwVersion="optical" swVersion="V_1_0">
127 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
128 impl="org.onosproject.driver.handshaker.OFOpticalSwitch13"/>
129 </driver>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700130</drivers>
131