Add support for Karaf shell lisp:* commands
[lispflowmapping.git] / mappingservice / shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2   <reference id="lispShellServiceRef" interface="org.opendaylight.lispflowmapping.interfaces.lisp.IFlowMappingShell"/>
3   <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
4     <command>
5       <action class="org.opendaylight.lispflowmapping.shell.LispMappings">
6         <property name="lispShellService" ref="lispShellServiceRef"/>
7       </action>
8     </command>
9   </command-bundle>
10 </blueprint>