Add blueprint wiring for address tracker
[l2switch.git] / arphandler / config / src / main / resources / initial / 54-arphandler.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           <!--
29           setting <is-proactive-flood-mode> to false is same as passive discovery mode,
30           where arp packets are sent to controller
31           setting <is-proactive-flood-mode> to true refers to proactive flood mode
32           where flood flows are automatically written to each switch.
33           -->
34           <is-proactive-flood-mode>true</is-proactive-flood-mode>
35           <is-hybrid-mode>false</is-hybrid-mode>
36
37           <notification-service>
38             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
39               binding:binding-notification-service
40             </type>
41             <name>binding-notification-broker</name>
42           </notification-service>
43           <data-broker>
44             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
45             <name>binding-data-broker</name>
46           </data-broker>
47           <rpc-registry>
48             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
49             <name>binding-rpc-broker</name>
50           </rpc-registry>
51         </module>
52       </modules>
53     </data>
54   </configuration>
55
56   <required-capabilities>
57     <capability>urn:opendaylight:packet:arp-handler-impl?module=arp-handler-impl&amp;revision=2014-05-28</capability>
58     <capability>urn:opendaylight:l2switch:loopremover?module=stp-status-aware-node-connector&amp;revision=2014-07-14</capability>
59   </required-capabilities>
60 </snapshot>
61