Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-10-15 13:25:39 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6235a5a95f661ea6baf74ea689f5771c6e66a6a
a6235a5a
1 parent
5e0aac06
Fixed shell-config.xml to fix auto-completion for device-role command.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
View file @
a6235a5
...
...
@@ -41,7 +41,7 @@
<action
class=
"org.onlab.onos.cli.net.DeviceRoleCommand"
/>
<completers>
<ref
component-id=
"deviceIdCompleter"
/>
<ref
component-id=
"
role
Completer"
/>
<ref
component-id=
"
nodeId
Completer"
/>
<ref
component-id=
"roleCompleter"
/>
<null/>
</completers>
...
...
Please
register
or
login
to post a comment