Fix BGP-FS's BGPActivator bean arguments 27/42027/2
authorMilos Fabian <milfabia@cisco.com>
Tue, 19 Jul 2016 07:30:21 +0000 (09:30 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 19 Jul 2016 09:24:08 +0000 (09:24 +0000)
Flowspec's BGPActivator constructor signature
has changed recently, reflect the change in
the blueprint container.

Change-Id: I2a3e477b2ec36b4f51dfbf4f53905ab58540f7a5
Signed-off-by: Milos Fabian <milfabia@cisco.com>
bgp/flowspec/src/main/resources/org/opendaylight/blueprint/bgp-flowspec.xml

index 58557e64d5b4ea0debc25c6aa4043b6b9215ba0d..45c95f2cd91e83e7569374888e542bb1c4bc545c 100644 (file)
@@ -9,7 +9,6 @@
   </bean>
 
   <bean id="BGPActivator" class="org.opendaylight.protocol.bgp.flowspec.BGPActivator">
-    <argument ref="flowSpecExtensionContext"/>
     <argument ref="flowSpecActivator"/>
   </bean>