Use nexusproxy from odlparent
[l2switch.git] / addresstracker / config / src / main / resources / initial / 56-addresstracker.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:address-tracker-impl">
16             prefix:address-tracker-impl
17           </type>
18           <name>adress-tracker-impl</name>
19           <timestamp-update-interval>600000</timestamp-update-interval>
20           <!-- Value is in milliseconds. In case if you are using host-expiry feature,
21           before modifying timestamp-update-interval please consider the host-purge-age value in hosttracker module,
22           also consider default flow idletimeout/hardtimeout values installed by l2switch in l2switch-main module-->
23           <observe-addresses-from>arp</observe-addresses-from>
24           <!-- all possible values for observe-addresses-from (give comma separated values)
25             <observe-addresses-from>arp,ipv,ipv6</observe-addresses-from>-->
26
27           <notification-service>
28             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
29               binding:binding-notification-service
30             </type>
31             <name>binding-notification-broker</name>
32           </notification-service>
33           <data-broker>
34             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
35             <name>binding-data-broker</name>
36           </data-broker>
37         </module>
38       </modules>
39     </data>
40   </configuration>
41
42   <required-capabilities>
43     <capability>urn:opendaylight:packet:address-tracker-impl?module=address-tracker-impl&amp;revision=2014-05-28</capability>
44   </required-capabilities>
45 </snapshot>
46