commit | 4e43506c50fe66ef20aeb1a8e0023ccb85564038 | [log] [tgz] |
---|---|---|
author | Rusty Eddy <rusty@rustyeddy.com> | Wed Jul 08 18:59:31 2015 -0700 |
committer | Rusty Eddy <rusty@rustyeddy.com> | Thu Jul 09 15:25:49 2015 -0700 |
tree | dc4890ef5cb605d701696da35fd95408edf86799 | |
parent | 9e5f3b41f4ca68a80072631102d58ff44abed301 [diff] [blame] |
Added the mcast-delete cli command and supporting class methods. The changes also support withdrawing the associated intents. Change-Id: I2d81d051c1bbbb5909175ec1544b45e4c208ba92
diff --git a/mfwd/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/mfwd/src/main/resources/OSGI-INF/blueprint/shell-config.xml index 4048f36..966cb4f 100644 --- a/mfwd/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/mfwd/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -20,6 +20,9 @@ <action class="org.onosproject.mfwd.cli.McastJoinCommand"/> </command> <command> + <action class="org.onosproject.mfwd.cli.McastDeleteCommand"/> + </command> + <command> <action class="org.onosproject.mfwd.cli.McastShowCommand"/> </command> </command-bundle>