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> |
| 18 | <driver name="restServer" extends="default" manufacturer="GenuineIntel" hwVersion="Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz" swVersion="Click 2.1"> |
| 19 | <behaviour api="org.onosproject.net.behaviour.DevicesDiscovery" |
| 20 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 21 | |
| 22 | <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery" |
| 23 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 24 | |
| 25 | <behaviour api="org.onosproject.net.behaviour.ControllerConfig" |
| 26 | impl="org.onosproject.drivers.server.ServerControllerConfig"/> |
| 27 | |
| 28 | <behaviour api="org.onosproject.net.device.PortStatisticsDiscovery" |
| 29 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 30 | |
| 31 | <behaviour api="org.onosproject.drivers.server.behavior.CpuStatisticsDiscovery" |
| 32 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
| 33 | |
| 34 | <behaviour api="org.onosproject.drivers.server.behavior.MonitoringStatisticsDiscovery" |
| 35 | impl="org.onosproject.drivers.server.ServerDevicesDiscovery"/> |
Georgios Katsikas | 70671b3 | 2018-07-02 18:47:27 +0200 | [diff] [blame] | 36 | |
| 37 | <behaviour api="org.onosproject.net.flow.FlowRuleProgrammable" |
| 38 | impl="org.onosproject.drivers.server.FlowRuleProgrammableServerImpl"/> |
Georgios Katsikas | 042a0fc | 2018-08-16 18:49:07 +0200 | [diff] [blame] | 39 | <property name="ruleDeleteBatchSize">500</property> |
Georgios Katsikas | 8360098 | 2017-05-28 20:41:45 +0200 | [diff] [blame] | 40 | </driver> |
| 41 | </drivers> |
| 42 | |
| 43 | |