Merge "Bug 5268 - Handle l3vpn delete and recreate scenario -Handle switch restart...
[vpnservice.git] / fibmanager / fibmanager-shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <!--    * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
2         *
3         * This program and the accompanying materials are made available under the
4         * terms of the Eclipse Public License v1.0 which accompanies this distribution,
5         * and is available at http://www.eclipse.org/legal/epl-v10.html
6 -->
7
8 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
9
10     <reference id="fibManagerRef" interface="org.opendaylight.fibmanager.api.IFibManager" availability="optional"/>
11     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
12
13         <command>
14             <action class="org.opendaylight.vpnservice.fibmanager.shell.ShowFibCommand">
15                 <property name="fibManager" ref="fibManagerRef"/>
16             </action>
17         </command>
18
19     </command-bundle>
20
21 </blueprint>