Mass replace CRLF->LF
[openflowjava.git] / openflowjava-config / src / main / resources / 45-openflowjava-stats.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright (c) 2013 Pantheon Technologies s.r.o. and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <snapshot>
11   <required-capabilities>
12     <!-- openflowjava -->
13     <capability>urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl?module=openflow-switch-connection-provider-impl&amp;revision=2014-03-28</capability>
14     <capability>urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider?module=openflow-switch-connection-provider&amp;revision=2014-03-28</capability>
15   </required-capabilities>
16
17   <configuration>
18
19     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
20       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
21         <module>
22             <type xmlns:stats="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl">stats:statistics-collection-service-impl</type>
23             <name>statistics-collection-service-impl</name>
24             <statistics>
25                 <statistics-collect>true</statistics-collect>
26                 <log-report-delay>10000</log-report-delay>
27             </statistics>
28             <openflow-switch-connection-provider>
29                 <type xmlns:ofSwitch="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">ofSwitch:openflow-switch-connection-provider</type>
30                 <name>openflow-switch-connection-provider-default</name>
31             </openflow-switch-connection-provider>
32             <openflow-switch-connection-provider>
33                 <type xmlns:ofSwitch="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">ofSwitch:openflow-switch-connection-provider</type>
34                 <name>openflow-switch-connection-provider-legacy</name>
35             </openflow-switch-connection-provider>
36         </module>
37       </modules>
38     </data>
39
40   </configuration>
41 </snapshot>