Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | 8e57fd5 | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 2 | ~ Copyright 2015-present Open Networking Laboratory |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
| 16 | <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> |
| 17 | |
| 18 | <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0"> |
| 19 | <command> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 20 | <action class="org.opencord.cordvtn.cli.CordVtnNodeListCommand"/> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 21 | </command> |
| 22 | <command> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 23 | <action class="org.opencord.cordvtn.cli.CordVtnNodeDeleteCommand"/> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 24 | </command> |
| 25 | <command> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 26 | <action class="org.opencord.cordvtn.cli.CordVtnNodeInitCommand"/> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 27 | </command> |
Hyunsun Moon | de37257 | 2016-01-14 03:42:47 -0800 | [diff] [blame] | 28 | <command> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 29 | <action class="org.opencord.cordvtn.cli.CordVtnNodeCheckCommand"/> |
Hyunsun Moon | de37257 | 2016-01-14 03:42:47 -0800 | [diff] [blame] | 30 | </command> |
Hyunsun Moon | cbc885f | 2016-03-08 15:37:57 -0800 | [diff] [blame] | 31 | <command> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 32 | <action class="org.opencord.cordvtn.cli.CordVtnFlushRules"/> |
Hyunsun Moon | cbc885f | 2016-03-08 15:37:57 -0800 | [diff] [blame] | 33 | </command> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 34 | </command-bundle> |
| 35 | </blueprint> |