blob: 11c75d1484b44495dd8804bdde5e41c583dc7f0c [file] [log] [blame]
Georgios Katsikas83600982017-05-28 20:41:45 +02001<?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 Katsikas70671b32018-07-02 18:47:27 +020036
37 <behaviour api="org.onosproject.net.flow.FlowRuleProgrammable"
38 impl="org.onosproject.drivers.server.FlowRuleProgrammableServerImpl"/>
Georgios Katsikas042a0fc2018-08-16 18:49:07 +020039 <property name="ruleDeleteBatchSize">500</property>
Georgios Katsikas83600982017-05-28 20:41:45 +020040 </driver>
41</drivers>
42
43