Add missing copyrights
[bgpcep.git] / bgp / l3vpn / src / main / resources / org / opendaylight / blueprint / bgp-l3vpn.xml
index 51ef0b46528776098127fe5080c4085dcd5e96ee..2d12835221568215cd585786a624e9f39242fd05 100644 (file)
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (c) 2016 Brocade Communications Systems, Inc. and others.  All rights reserved.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
 
@@ -21,4 +28,9 @@
 
   <service ref="RIBIpv6Activator" interface="org.opendaylight.protocol.bgp.rib.spi.RIBExtensionProviderActivator"
           odl:type="org.opendaylight.protocol.bgp.l3vpn.ipv6.RibIpv6Activator"/>
+
+  <bean id="TableTypeActivator" class="org.opendaylight.protocol.bgp.l3vpn.TableTypeActivator"/>
+
+  <service ref="TableTypeActivator" interface="org.opendaylight.protocol.bgp.openconfig.spi.BGPTableTypeRegistryProviderActivator"
+          odl:type="org.opendaylight.protocol.bgp.l3vpn.TableTypeActivator"/>
 </blueprint>
\ No newline at end of file