Stale flows in ACL tables 216/246
[netvirt.git] / bgpmanager / impl / src / main / resources / org / opendaylight / blueprint / commands.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2
3     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
4         <command>
5             <action class="org.opendaylight.netvirt.bgpmanager.ConfigureBgpCli">
6                 <argument ref="bgpConfigurationManager"/>
7             </action>
8         </command>
9     </command-bundle>
10
11     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
12         <command>
13             <action class="org.opendaylight.netvirt.bgpmanager.DisplayBgpConfigCli">
14                 <argument ref="bgpManager"/>
15                 <argument ref="bgpConfigurationManager"/>
16             </action>
17         </command>
18     </command-bundle>
19
20
21     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
22         <command>
23             <action class="org.opendaylight.netvirt.bgpmanager.VtyshCli"/>
24         </command>
25     </command-bundle>
26
27     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
28         <command>
29             <action class="org.opendaylight.netvirt.bgpmanager.commands.ClearBgpCli"/>
30         </command>
31     </command-bundle>
32
33     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
34         <command>
35             <action class="org.opendaylight.netvirt.bgpmanager.commands.Connect">
36                 <argument ref="bgpConfigurationManager"/>
37             </action>
38         </command>
39     </command-bundle>
40
41     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
42         <command>
43             <action class="org.opendaylight.netvirt.bgpmanager.commands.Neighbor">
44                 <argument ref="bgpConfigurationManager"/>
45             </action>
46         </command>
47     </command-bundle>
48
49     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
50         <command>
51             <action class="org.opendaylight.netvirt.bgpmanager.commands.Router">
52                 <argument ref="bgpConfigurationManager"/>
53             </action>
54         </command>
55     </command-bundle>
56
57     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
58         <command>
59             <action class="org.opendaylight.netvirt.bgpmanager.commands.Vrf">
60                 <argument ref="bgpManager"/>
61             </action>
62         </command>
63     </command-bundle>
64
65     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
66         <command>
67             <action class="org.opendaylight.netvirt.bgpmanager.commands.Network">
68                 <argument ref="bgpManager"/>
69             </action>
70         </command>
71     </command-bundle>
72
73     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
74         <command>
75             <action class="org.opendaylight.netvirt.bgpmanager.commands.Misc">
76                 <argument ref="bgpConfigurationManager"/>
77             </action>
78         </command>
79     </command-bundle>
80     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
81         <command>
82             <action class="org.opendaylight.netvirt.bgpmanager.commands.Cache">
83                 <argument ref="bgpConfigurationManager"/>
84             </action>
85         </command>
86     </command-bundle>
87     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
88         <command>
89             <action class="org.opendaylight.netvirt.bgpmanager.commands.Multipath">
90                 <argument ref="bgpConfigurationManager"/>
91             </action>
92         </command>
93     </command-bundle>
94
95 </blueprint>