| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ Copyright 2017-present Open Networking Foundation |
| ~ |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| ~ you may not use this file except in compliance with the License. |
| ~ You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| <drivers> |
| <driver name="hp-switch" extends="default" manufacturer="(HP|Aruba)" swVersion=".*"> |
| <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| impl="org.onosproject.drivers.hp.HPPipelineV3800"/> |
| <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| impl="org.onosproject.drivers.hp.HPSwitchHandshaker"/> |
| </driver> |
| |
| <driver name="hp-2920" extends="hp-switch" hwVersion=".*2920.*"/> |
| <driver name="hp-2930" extends="hp-switch" hwVersion=".*2930.*"/> |
| <driver name="hp-3500" extends="hp-switch" hwVersion=".*3500.*"/> |
| <driver name="hp-3800" extends="hp-switch" hwVersion=".*3800.*"/> |
| <driver name="hp-3810" extends="hp-switch" hwVersion=".*3810.*"/> |
| <driver name="hp-5400" extends="hp-switch" hwVersion=".*54[0-9][0-9]z.*"/> |
| <driver name="hp-5400R" extends="hp-switch" hwVersion=".*54[0-9][0-9]R.*"/> |
| <driver name="hp-6200" extends="hp-switch" hwVersion=".*6200.*"/> |
| <driver name="hp-6600" extends="hp-switch" hwVersion=".*6600.*"/> |
| <driver name="hp-8200" extends="hp-switch" hwVersion=".*82[0-9][0-9].*"/> |
| |
| <driver name="aruba-7000" extends="hp-switch,ovs" hwVersion=".*Aruba70[0-9][0-9].*"/> |
| <driver name="aruba-7200" extends="hp-switch,ovs" hwVersion=".*Aruba72[0-9][0-9].*"/> |
| |
| </drivers> |