commit | d3130e8efa30c8d5ff3d1baa890e94ba3fab04d9 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Fri Apr 06 16:30:18 2018 +0200 |
committer | Charles Chan <charles@opennetworking.org> | Fri Apr 06 22:37:25 2018 +0000 |
tree | 747e2ee2adb7c3e5475ac08b1eb17427f8c710f1 | |
parent | c5f155ab86449ee34bec3ab8869f6fd6d3d753a6 [diff] |
T3: Adding a test all multicast routes command Change-Id: I8fe144cc8f5c4c592f2ac78bdc9d0417c0ab842d
diff --git a/apps/t3/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/t3/src/main/resources/OSGI-INF/blueprint/shell-config.xml index 658b912..48df042 100644 --- a/apps/t3/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/apps/t3/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -34,6 +34,9 @@ <entry key="-et" value-ref="ethTypeCompleter"/> </optional-completers> </command> + <command> + <action class="org.onosproject.t3.cli.TroubleshootMcastCommand"/> + </command> </command-bundle> <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>