Bug 3597 - added session statistics for switch connect/disconnect events
[openflowplugin.git] / openflowplugin-impl / src / main / resources / OSGI-INF / blueprint / commands.xml
index ded2fbef37ee7eafabbfbaf282de4ca90c923904..80020bbe150a367cde1a5fb9f08803fd0f246599 100644 (file)
         <command name="ofp/show-time-counters">
             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowEventTimesComandProvider"/>
         </command>
+        <command name="ofp/show-session-stats">
+            <action class="org.opendaylight.openflowplugin.impl.karaf.ShowSessionStatsCommandProvider"/>
+        </command>
         <command name="ofp/reset-time-counters">
             <action class="org.opendaylight.openflowplugin.impl.karaf.ResetEventTimesComandProvider"/>
         </command>
+        <command name="ofp/reset-session-stats">
+            <action class="org.opendaylight.openflowplugin.impl.karaf.ResetSessionStatsComandProvider"/>
+        </command>
     </command-bundle>