commit | fb68135647218cf0ee7142573bdaf5ca271e29a3 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Wed Feb 21 14:28:20 2018 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Mon Feb 26 12:21:01 2018 +0100 |
tree | 2dfb2be1d84ebedfc5bf925933069011f7c96322 | |
parent | 71f90778c06c309900edc0f549ae6b8887110e6b [diff] [blame] |
[CORD-2755] PingAll scenario for Ipv4 and Ipv6 hosts Change-Id: I8d57568a94580807e62fb5953a881850a73f43ed
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 7444994..8fe5597 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
@@ -28,6 +28,12 @@ <entry key="-et" value-ref="ethTypeCompleter"/> </optional-completers> </command> + <command> + <action class="org.onosproject.t3.cli.TroubleshootPingAllTraceCommand"/> + <optional-completers> + <entry key="-et" value-ref="ethTypeCompleter"/> + </optional-completers> + </command> </command-bundle> <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>