commit | c81c45bbdeb2287753d08d050f71f07516f2f53e | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Thu Oct 20 17:02:44 2016 -0700 |
committer | Charles Chan <charles@onlab.us> | Fri Oct 21 17:36:57 2016 +0000 |
tree | ead0a00dfff497733cece77dc05a0ad699301af0 | |
parent | aa57d93048ee70b2055dffc1ec53e6c32daaac3d [diff] |
CLI command that shows all subnets configured in Segment Routing Change-Id: Ib03ec2039b763f3796548923883fc89913a1ceac
diff --git a/apps/segmentrouting/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/segmentrouting/src/main/resources/OSGI-INF/blueprint/shell-config.xml index 4c13a41..65b8608 100644 --- a/apps/segmentrouting/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/apps/segmentrouting/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -37,6 +37,9 @@ <command> <action class="org.onosproject.segmentrouting.cli.RerouteNetworkCommand"/> </command> + <command> + <action class="org.onosproject.segmentrouting.cli.DeviceSubnetListCommand"/> + </command> </command-bundle> </blueprint>