commit | 210583226dc65828be25593a2db196b540a323c0 | [log] [tgz] |
---|---|---|
author | Yoonseon Han <yoonseon@onlab.us> | Tue Mar 07 17:48:56 2017 +0900 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Mar 13 17:27:15 2017 +0000 |
tree | 7e209f84bf8a810d2b6c2ffc8f3d1a3a202dc80a | |
parent | 9638ef694deb13ce6169617db1792517cdadfacf [diff] |
fix: (vNet) enable 'vnet-flows' cli command Change-Id: I478efdf96568486fce5075962f8b5643d709a74c
diff --git a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml index c0329c1..393649d 100644 --- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -767,6 +767,9 @@ <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand"/> </command> <command> + <action class="org.onosproject.cli.net.vnet.VirtualFlowsListCommand"/> + </command> + <command> <action class="org.onosproject.cli.net.DpisListCommand"/> </command>