Upgrade to the Neon base platform
[netvirt.git] / ipv6service / shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2017 Red Hat, Inc. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9
10 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
11
12   <reference id="elementCache" interface="org.opendaylight.netvirt.ipv6service.api.ElementCache"/>
13
14   <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
15
16     <command>
17       <action class="org.opendaylight.netvirt.ipv6service.shell.ShowIpv6Command">
18         <property name="elementCache" ref="elementCache"/>
19       </action>
20     </command>
21
22   </command-bundle>
23
24 </blueprint>