Updated BgpManager for Be
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / resources / OSGI-INF / blueprint / commands.xml
diff --git a/bgpmanager/bgpmanager-impl/src/main/resources/OSGI-INF/blueprint/commands.xml b/bgpmanager/bgpmanager-impl/src/main/resources/OSGI-INF/blueprint/commands.xml
new file mode 100644 (file)
index 0000000..796fc46
--- /dev/null
@@ -0,0 +1,71 @@
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
+
+   <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+      <command>
+         <action class="org.opendaylight.bgpmanager.ConfigureBgpCli">
+         </action>
+      </command>
+   </command-bundle>
+
+<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+         <command>
+         <action class="org.opendaylight.bgpmanager.DisplayBgpConfigCli">
+         </action>
+      </command>
+</command-bundle>
+
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.VtyshCli"/>
+        </command>
+    </command-bundle>
+
+<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.ClearBgpCli"/>
+        </command>
+    </command-bundle>
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Connect"/>
+        </command>
+ </command-bundle>
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Neighbor"/>
+        </command>
+ </command-bundle>
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Router"/>
+        </command>
+ </command-bundle>
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Vrf"/>
+        </command>
+ </command-bundle>
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Network"/>
+        </command>
+ </command-bundle>
+
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Misc"/>
+        </command>
+ </command-bundle>
+ <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+        <command>
+            <action class="org.opendaylight.bgpmanager.commands.Cache"/>
+        </command>
+ </command-bundle>
+
+</blueprint>