CLI to display Of-Port status
[genius.git] / itm / itm-impl / src / main / resources / OSGI-INF / blueprint / itm.xml
index 425b4ad632de89c7344229853e8c60d6526704da..89f20076ba8029392c40b45127fa7e2449a1d87e 100644 (file)
@@ -125,6 +125,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <property name="itmProvider" ref="itmProvider" />
             </action>
         </command>
+        <command>
+            <action class="org.opendaylight.genius.itm.cli.TepShowOfPorts">
+                <argument ref="itmProvider" />
+                <argument ref="ofTepStateCache" />
+            </action>
+        </command>
     </command-bundle>
 
 </blueprint>