Inject and remove static routes.

Change-Id: I8be1414978fd0b5dfb7186aeb86d100087502748
diff --git a/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 5ef971d..2026943 100644
--- a/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -25,5 +25,11 @@
     <command>
       <action class="org.onosproject.routing.cli.RoutesListCommand"/>
     </command>
+    <command>
+      <action class="org.onosproject.routing.cli.AddRouteCommand"/>
+    </command>
+    <command>
+      <action class="org.onosproject.routing.cli.RemoveRouteCommand"/>
+    </command>
   </command-bundle>
 </blueprint>