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-13 10:52:20 -0700
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
95628e3ca7c2bbb116326ad0ec8bc2c02e7a87ca
95628e3c
2 parents
00224359
9bbc9444
Merge remote-tracking branch 'origin/master'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
View file @
95628e3
...
...
@@ -27,12 +27,14 @@
<action
class=
"org.onlab.onos.cli.net.DevicePortsListCommand"
/>
<completers>
<ref
component-id=
"deviceIdCompleter"
/>
<null/>
</completers>
</command>
<command>
<action
class=
"org.onlab.onos.cli.net.DeviceRemoveCommand"
/>
<completers>
<ref
component-id=
"deviceIdCompleter"
/>
<null/>
</completers>
</command>
<command>
...
...
@@ -40,6 +42,8 @@
<completers>
<ref
component-id=
"deviceIdCompleter"
/>
<ref
component-id=
"roleCompleter"
/>
<ref
component-id=
"roleCompleter"
/>
<null/>
</completers>
</command>
...
...
@@ -47,6 +51,7 @@
<action
class=
"org.onlab.onos.cli.net.LinksListCommand"
/>
<completers>
<ref
component-id=
"deviceIdCompleter"
/>
<null/>
</completers>
</command>
...
...
@@ -57,6 +62,8 @@
<action
class=
"org.onlab.onos.cli.net.PathListCommand"
/>
<completers>
<ref
component-id=
"deviceIdCompleter"
/>
<ref
component-id=
"deviceIdCompleter"
/>
<null/>
</completers>
</command>
...
...
@@ -67,12 +74,15 @@
<action
class=
"org.onlab.onos.cli.net.IntentRemoveCommand"
/>
<completers>
<ref
component-id=
"intentIdCompleter"
/>
<null/>
</completers>
</command>
<command>
<action
class=
"org.onlab.onos.cli.net.AddHostToHostIntentCommand"
/>
<completers>
<ref
component-id=
"hostIdCompleter"
/>
<ref
component-id=
"hostIdCompleter"
/>
<null/>
</completers>
</command>
<command>
...
...
@@ -80,6 +90,7 @@
<completers>
<ref
component-id=
"connectPointCompleter"
/>
<ref
component-id=
"connectPointCompleter"
/>
<null/>
</completers>
</command>
<command>
...
...
@@ -93,6 +104,8 @@
<completers>
<ref
component-id=
"connectPointCompleter"
/>
<ref
component-id=
"connectPointCompleter"
/>
<ref
component-id=
"nullCompleter"
/>
<null/>
</completers>
</command>
...
...
@@ -103,12 +116,14 @@
<action
class=
"org.onlab.onos.cli.net.ClusterDevicesCommand"
/>
<completers>
<ref
component-id=
"clusterIdCompleter"
/>
<null/>
</completers>
</command>
<command>
<action
class=
"org.onlab.onos.cli.net.ClusterLinksCommand"
/>
<completers>
<ref
component-id=
"clusterIdCompleter"
/>
<null/>
</completers>
</command>
...
...
@@ -121,6 +136,7 @@
<completers>
<ref
component-id=
"flowRuleStatusCompleter"
/>
<ref
component-id=
"deviceIdCompleter"
/>
<null/>
</completers>
</command>
...
...
@@ -137,5 +153,6 @@
<bean
id=
"intentIdCompleter"
class=
"org.onlab.onos.cli.net.IntentIdCompleter"
/>
<bean
id=
"flowRuleStatusCompleter"
class=
"org.onlab.onos.cli.net.FlowRuleStatusCompleter"
/>
<bean
id=
"connectPointCompleter"
class=
"org.onlab.onos.cli.net.ConnectPointCompleter"
/>
<bean
id=
"nullCompleter"
class=
"org.apache.karaf.shell.console.completer.NullCompleter"
/>
</blueprint>
...
...
Please
register
or
login
to post a comment