blob: 07704ce170ec82249d0d7460b5517cbf9de3bb1b [file] [log] [blame]
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -07001<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 ~ Copyright 2015-present Open Networking Laboratory
Hyunsun Moon4f02b3a2015-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>
Hyunsun Moon8539b042015-11-07 22:08:43 -080020 <action class="org.onosproject.cordvtn.cli.CordVtnNodeListCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070021 </command>
22 <command>
Hyunsun Moon8539b042015-11-07 22:08:43 -080023 <action class="org.onosproject.cordvtn.cli.CordVtnNodeDeleteCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070024 </command>
25 <command>
Hyunsun Moon8539b042015-11-07 22:08:43 -080026 <action class="org.onosproject.cordvtn.cli.CordVtnNodeInitCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070027 </command>
Hyunsun Moonb219fc42016-01-14 03:42:47 -080028 <command>
29 <action class="org.onosproject.cordvtn.cli.CordVtnNodeCheckCommand"/>
30 </command>
Hyunsun Moon2062e7e2016-03-08 15:37:57 -080031 <command>
32 <action class="org.onosproject.cordvtn.cli.CordVtnFlushRules"/>
33 </command>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070034 </command-bundle>
35</blueprint>