Fixes/improvements containing the following six listed changes
[vpnservice.git] / fibmanager / fibmanager-shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
diff --git a/fibmanager/fibmanager-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/fibmanager/fibmanager-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
new file mode 100644 (file)
index 0000000..1047431
--- /dev/null
@@ -0,0 +1,21 @@
+<!--    * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
+        *
+        * This program and the accompanying materials are made available under the
+        * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+        * and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
+
+    <reference id="fibManagerRef" interface="org.opendaylight.fibmanager.api.IFibManager" availability="optional"/>
+    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+
+        <command>
+            <action class="org.opendaylight.vpnservice.fibmanager.shell.ShowFibCommand">
+                <property name="fibManager" ref="fibManagerRef"/>
+            </action>
+        </command>
+
+    </command-bundle>
+
+</blueprint>