Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-extensions / simple-pce / network-tracker / config / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. 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   <configuration>
12     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
13       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
14         <module>
15           <type xmlns:prefix="urn:opendaylight:packet:arp-handler-impl">
16             prefix:arp-handler-impl
17           </type>
18           <name>arp-handler-impl</name>
19           <arp-flow-table-id>0</arp-flow-table-id>
20           <arp-flow-priority>1</arp-flow-priority>
21           <arp-flow-idle-timeout>0</arp-flow-idle-timeout>
22           <arp-flow-hard-timeout>0</arp-flow-hard-timeout>
23           <flood-flow-table-id>0</flood-flow-table-id>
24           <flood-flow-priority>2</flood-flow-priority>
25           <flood-flow-idle-timeout>0</flood-flow-idle-timeout>
26           <flood-flow-hard-timeout>0</flood-flow-hard-timeout>
27           <flood-flow-installation-delay>2000</flood-flow-installation-delay>
28           <is-proactive-flood-mode>false</is-proactive-flood-mode>
29           <is-hybrid-mode>false</is-hybrid-mode>
30
31           <notification-service>
32             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
33               binding:binding-notification-service
34             </type>
35             <name>binding-notification-broker</name>
36           </notification-service>
37           <data-broker>
38             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
39             <name>binding-data-broker</name>
40           </data-broker>
41           <rpc-registry>
42             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
43             <name>binding-rpc-broker</name>
44           </rpc-registry>
45         </module>
46       </modules>
47     </data>
48   </configuration>
49
50   <required-capabilities>
51     <capability>urn:opendaylight:packet:arp-handler-impl?module=arp-handler-impl&amp;revision=2014-05-28</capability>
52     <capability>urn:opendaylight:l2switch:loopremover?module=stp-status-aware-node-connector&amp;revision=2014-07-14</capability>
53   </required-capabilities>
54 </snapshot>
55