blob: 377a30e11d57bf985c335d3825af171b033e0802 [file] [log] [blame]
Michele Santuari9a8d16d2016-03-24 10:37:58 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor0a4e6742016-09-15 23:03:10 -07003 ~ Copyright 2016-present Open Networking Laboratory
Michele Santuari9a8d16d2016-03-24 10:37:58 -07004 ~
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="ovs-corsa" extends="ovs"
19 manufacturer="Corsa" hwVersion="emulation" swVersion="0.0.0">
20 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
21 impl="org.onosproject.drivers.corsa.OvsCorsaPipeline"/>
22 </driver>
23 <driver name="corsa"
24 manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1">
25 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
26 impl="org.onosproject.drivers.corsa.CorsaPipelineV1"/>
27 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
28 impl="org.onosproject.drivers.corsa.CorsaSwitchHandshaker"/>
29 </driver>
30 <driver name="corsa-v1"
31 manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1">
32 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
33 impl="org.onosproject.drivers.corsa.CorsaPipelineV1"/>
34 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
35 impl="org.onosproject.drivers.corsa.CorsaSwitchHandshaker"/>
36 </driver>
37 <driver name="corsa-v3"
38 manufacturer="Corsa" hwVersion="Corsa Element" swVersion="2.3.1">
39 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
40 impl="org.onosproject.drivers.corsa.CorsaPipelineV3"/>
41 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
42 impl="org.onosproject.drivers.corsa.CorsaSwitchHandshaker"/>
43 </driver>
Andrea Campanellae6e2b762017-02-22 21:55:53 +010044 <driver name="corsa-v39" extends="abstract"
Michele Santuarid2c8b152016-03-30 17:57:56 -070045 manufacturer="Corsa" hwVersion="CDP6420-A00" swVersion="corsa-ovs-datapath 1.4.97">
Michele Santuari9a8d16d2016-03-24 10:37:58 -070046 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
47 impl="org.onosproject.drivers.corsa.CorsaPipelineV39"/>
48 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
49 impl="org.onosproject.drivers.corsa.CorsaSwitchHandshaker"/>
Pier Ventrea0ceb9a2016-07-19 10:23:14 +020050 <behaviour api="org.onosproject.net.behaviour.VlanQuery"
Thomas Vachuskac7258f92016-07-22 12:53:17 -070051 impl="org.onosproject.driver.query.FullVlanAvailable"/>
Michele Santuari9a8d16d2016-03-24 10:37:58 -070052 </driver>
Jordi Ortiz1d1aa5b2017-01-20 12:20:34 +000053 <driver name="corsa-CDP6410" extends="corsa-v39"
54 manufacturer="Corsa" hwVersion="CDP6410-A00" swVersion="corsa-ovs-datapath 1.4.105.4">
55 </driver>
56</drivers>