Make sure invokeOperation is set once
[controller.git] / opendaylight / adsal / hosttracker / shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2     <reference id="HostTrackerRef" interface="org.opendaylight.controller.hosttracker.IHostTrackerShell"/>
3
4     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
5
6     <command>
7        <action class="org.opendaylight.controller.hosttracker.shell.DumpFailedARPReqList">
8           <property name="hostTracker" ref="HostTrackerRef"/>
9        </action>
10     </command>
11     <command>
12        <action class="org.opendaylight.controller.hosttracker.shell.DumpPendingARPReqList">
13           <property name="hostTracker" ref="HostTrackerRef"/>
14        </action>
15     </command>
16     </command-bundle>
17 </blueprint>