blob: 0e717d5ef14b4371ce1b1a596988cb8278606903 [file] [log] [blame]
Hyunsun Moon838b19b2015-10-18 18:23:15 -07001<!--
Brian O'Connor8e57fd52016-04-09 01:19:45 -07002 ~ Copyright 2015-present Open Networking Laboratory
Hyunsun Moon838b19b2015-10-18 18:23:15 -07003 ~
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>
alshabibb4d31712016-06-01 18:51:03 -070020 <action class="org.opencord.cordvtn.cli.CordVtnNodeListCommand"/>
Hyunsun Moon838b19b2015-10-18 18:23:15 -070021 </command>
22 <command>
alshabibb4d31712016-06-01 18:51:03 -070023 <action class="org.opencord.cordvtn.cli.CordVtnNodeDeleteCommand"/>
Hyunsun Moon838b19b2015-10-18 18:23:15 -070024 </command>
25 <command>
alshabibb4d31712016-06-01 18:51:03 -070026 <action class="org.opencord.cordvtn.cli.CordVtnNodeInitCommand"/>
Hyunsun Moon838b19b2015-10-18 18:23:15 -070027 </command>
Hyunsun Moonde372572016-01-14 03:42:47 -080028 <command>
alshabibb4d31712016-06-01 18:51:03 -070029 <action class="org.opencord.cordvtn.cli.CordVtnNodeCheckCommand"/>
Hyunsun Moonde372572016-01-14 03:42:47 -080030 </command>
Hyunsun Mooncbc885f2016-03-08 15:37:57 -080031 <command>
alshabibb4d31712016-06-01 18:51:03 -070032 <action class="org.opencord.cordvtn.cli.CordVtnFlushRules"/>
Hyunsun Mooncbc885f2016-03-08 15:37:57 -080033 </command>
Hyunsun Moon838b19b2015-10-18 18:23:15 -070034 </command-bundle>
35</blueprint>