e1909ded93bfdd8935dd2b8b38d65ae08764cc05
[bgpcep.git] / pcep / topology / cli / src / main / resources / org / opendaylight / blueprint / pcep-cli.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
4
5     <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
6                odl:type="pingpong"/>
7
8     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
9         <command name="pcep/node-state">
10             <action class="org.opendaylight.protocol.pcep.cli.PcepStateCommandProvider">
11                 <property name="dataBroker" ref="dataBroker"/>
12             </action>
13         </command>
14     </command-bundle>
15 </blueprint>