BUG 6840: New karaf CLI commands
[netvirt.git] / vpnservice / neutronvpn / neutronvpn-shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
index 8787a71a700a70cda8fde2d765dcda1a3be2ee77..375b1416c8b9b1d3c0d33d9df8616c89e56b6d18 100644 (file)
@@ -49,6 +49,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             </action>
         </command>
 
+        <command>
+            <action class="org.opendaylight.netvirt.neutronvpn.shell.ShowNeutronVpnPort">
+                <property name="dataBroker" ref="dataBrokerRef"/>
+            </action>
+        </command>
+
+        <command>
+            <action class="org.opendaylight.netvirt.neutronvpn.shell.ShowSubnet">
+                <property name="dataBroker" ref="dataBrokerRef"/>
+            </action>
+        </command>
+
     </command-bundle>
 
 </blueprint>