Georgios Katsikas | 8360098 | 2017-05-28 20:41:45 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright 2017-present Open Networking Foundation |
| 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> |
Georgios Katsikas | 740d328 | 2020-03-18 12:05:03 +0100 | [diff] [blame] | 18 | <driver name="rest-server" manufacturer="Unknown" hwVersion="Unknown" swVersion="Unknown" extends="default"> |
| 19 | <behaviour api="org.onosproject.net.behaviour.BasicSystemOperations" |
| 20 | impl="org.onosproject.drivers.server.ServerBasicSystemOperations"/> |
| 21 | |
| 22 | <behaviour api="org.onosproject.net.device.DeviceHandshaker" |
| 23 | impl="org.onosproject.drivers.server.ServerHandshaker"/> |
| 24 | |
Georgios Katsikas | 8360098 | 2017-05-28 20:41:45 +0200 | [diff] [blame] | 25 | <behaviour api="org.onosproject.net.behaviour.DevicesDiscovery" |
| 26 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 27 | |
| 28 | <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery" |
| 29 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 30 | |
| 31 | <behaviour api="org.onosproject.net.behaviour.ControllerConfig" |
| 32 | impl="org.onosproject.drivers.server.ServerControllerConfig"/> |
| 33 | |
| 34 | <behaviour api="org.onosproject.net.device.PortStatisticsDiscovery" |
| 35 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 36 | |
Georgios Katsikas | 740d328 | 2020-03-18 12:05:03 +0100 | [diff] [blame] | 37 | <behaviour api="org.onosproject.net.behaviour.PortAdmin" |
| 38 | impl="org.onosproject.drivers.server.ServerPortAdmin"/> |
| 39 | |
| 40 | <behaviour api="org.onosproject.net.behaviour.InterfaceConfig" |
| 41 | impl="org.onosproject.drivers.server.ServerInterfaceConfig"/> |
| 42 | |
Georgios Katsikas | 8360098 | 2017-05-28 20:41:45 +0200 | [diff] [blame] | 43 | <behaviour api="org.onosproject.drivers.server.behavior.CpuStatisticsDiscovery" |
| 44 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 45 | |
| 46 | <behaviour api="org.onosproject.drivers.server.behavior.MonitoringStatisticsDiscovery" |
| 47 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
Georgios Katsikas | 70671b3 | 2018-07-02 18:47:27 +0200 | [diff] [blame] | 48 | |
Georgios Katsikas | 740d328 | 2020-03-18 12:05:03 +0100 | [diff] [blame] | 49 | <behaviour api="org.onosproject.net.behaviour.DeviceSystemStatisticsQuery" |
| 50 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 51 | |
Georgios Katsikas | 70671b3 | 2018-07-02 18:47:27 +0200 | [diff] [blame] | 52 | <behaviour api="org.onosproject.net.flow.FlowRuleProgrammable" |
| 53 | impl="org.onosproject.drivers.server.FlowRuleProgrammableServerImpl"/> |
Georgios Katsikas | 740d328 | 2020-03-18 12:05:03 +0100 | [diff] [blame] | 54 | |
| 55 | <behaviour api="org.onosproject.net.behaviour.TableStatisticsDiscovery" |
| 56 | impl="org.onosproject.drivers.server.ServerTableStatisticsDiscovery"/> |
| 57 | |
| 58 | <behaviour api="org.onosproject.net.behaviour.QueueConfigBehaviour" |
| 59 | impl="org.onosproject.drivers.server.ServerQueueConfig"/> |
| 60 | |
Georgios Katsikas | 042a0fc | 2018-08-16 18:49:07 +0200 | [diff] [blame] | 61 | <property name="ruleDeleteBatchSize">500</property> |
Georgios Katsikas | 8360098 | 2017-05-28 20:41:45 +0200 | [diff] [blame] | 62 | </driver> |
Georgios Katsikas | 740d328 | 2020-03-18 12:05:03 +0100 | [diff] [blame] | 63 | |
| 64 | <driver name="rest-server-intel" manufacturer="GenuineIntel" hwVersion="Unknown" swVersion="Click 2.1" extends="rest-server"> |
| 65 | </driver> |
| 66 | |
| 67 | <driver name="rest-server-amd" manufacturer="AuthenticAMD" hwVersion="Unknown" swVersion="Click 2.1" extends="rest-server"> |
| 68 | </driver> |
Georgios Katsikas | 8360098 | 2017-05-28 20:41:45 +0200 | [diff] [blame] | 69 | </drivers> |
| 70 | |
| 71 | |