Committed by
Gerrit Code Review
Comment out commands, which we do not support for this release.
Change-Id: Ifb715f8f64ee5c8fb1ffbfac5a7b32f56bc5e62a
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
| 32 | <action class="org.onlab.onos.cli.TabletLeaderCommand"/> | 32 | <action class="org.onlab.onos.cli.TabletLeaderCommand"/> |
| 33 | </command> | 33 | </command> |
| 34 | 34 | ||
| 35 | +<!-- | ||
| 35 | <command> | 36 | <command> |
| 36 | <action class="org.onlab.onos.cli.TabletAddCommand"/> | 37 | <action class="org.onlab.onos.cli.TabletAddCommand"/> |
| 37 | <completers> | 38 | <completers> |
| ... | @@ -48,16 +49,19 @@ | ... | @@ -48,16 +49,19 @@ |
| 48 | <null/> | 49 | <null/> |
| 49 | </completers> | 50 | </completers> |
| 50 | </command> | 51 | </command> |
| 52 | +--> | ||
| 51 | 53 | ||
| 52 | <command> | 54 | <command> |
| 53 | <action class="org.onlab.onos.cli.NodesListCommand"/> | 55 | <action class="org.onlab.onos.cli.NodesListCommand"/> |
| 54 | </command> | 56 | </command> |
| 57 | +<!-- | ||
| 55 | <command> | 58 | <command> |
| 56 | <action class="org.onlab.onos.cli.NodeAddCommand"/> | 59 | <action class="org.onlab.onos.cli.NodeAddCommand"/> |
| 57 | </command> | 60 | </command> |
| 58 | <command> | 61 | <command> |
| 59 | <action class="org.onlab.onos.cli.NodeRemoveCommand"/> | 62 | <action class="org.onlab.onos.cli.NodeRemoveCommand"/> |
| 60 | </command> | 63 | </command> |
| 64 | +--> | ||
| 61 | 65 | ||
| 62 | <command> | 66 | <command> |
| 63 | <action class="org.onlab.onos.cli.RolesCommand"/> | 67 | <action class="org.onlab.onos.cli.RolesCommand"/> | ... | ... |
-
Please register or login to post a comment