From: Tom Pantelis Date: Tue, 14 Jun 2016 22:13:17 +0000 (-0400) Subject: Add blueprint XML for bgp-l3vpn X-Git-Tag: release/boron~106 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=4f59fa9835512feb36edc925dd1a165ba3763a2c;p=bgpcep.git Add blueprint XML for bgp-l3vpn Change-Id: I21a39a7510c76b15e9b0160d634f16d7a0e0143d Signed-off-by: Tom Pantelis --- diff --git a/bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.parser.spi.BGPExtensionProviderActivator b/bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.parser.spi.BGPExtensionProviderActivator new file mode 100644 index 0000000000..4bd82dbce4 --- /dev/null +++ b/bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.parser.spi.BGPExtensionProviderActivator @@ -0,0 +1,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 +org.opendaylight.protocol.bgp.l3vpn.ipv4.BgpIpv4Activator +org.opendaylight.protocol.bgp.l3vpn.ipv6.BgpIpv6Activator diff --git a/bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.rib.spi.RIBExtensionProviderActivator b/bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.rib.spi.RIBExtensionProviderActivator new file mode 100644 index 0000000000..f33dcafc5e --- /dev/null +++ b/bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.rib.spi.RIBExtensionProviderActivator @@ -0,0 +1,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 +org.opendaylight.protocol.bgp.l3vpn.ipv4.RibIpv4Activator +org.opendaylight.protocol.bgp.l3vpn.ipv6.RibIpv6Activator diff --git a/bgp/l3vpn/src/main/resources/org/opendaylight/blueprint/bgp-l3vpn.xml b/bgp/l3vpn/src/main/resources/org/opendaylight/blueprint/bgp-l3vpn.xml new file mode 100644 index 0000000000..51ef0b4652 --- /dev/null +++ b/bgp/l3vpn/src/main/resources/org/opendaylight/blueprint/bgp-l3vpn.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file