Merge "L2 Gw create changes related to ITM Tunnels creation in neutronvpn module"
[vpnservice.git] / interfacemgr / interfacemgr-shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <!--    * Copyright (c) 2016 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     <reference id="interfaceManagerRef" interface="org.opendaylight.vpnservice.interfacemgr.interfaces.IInterfaceManager" availability="optional" />
10     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
11         <command>
12             <action class="org.opendaylight.vpnservice.interfacemgr.shell.ShowVlan">
13                 <property name="interfaceManager" ref="interfaceManagerRef" />
14             </action>
15         </command>
16         <command>
17             <action class="org.opendaylight.vpnservice.interfacemgr.shell.ShowVxlan">
18                 <property name="interfaceManager" ref="interfaceManagerRef" />
19             </action>
20         </command>
21     </command-bundle>
22 </blueprint>