From 4f59fa9835512feb36edc925dd1a165ba3763a2c Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Tue, 14 Jun 2016 18:13:17 -0400 Subject: [PATCH] Add blueprint XML for bgp-l3vpn Change-Id: I21a39a7510c76b15e9b0160d634f16d7a0e0143d Signed-off-by: Tom Pantelis --- ...p.parser.spi.BGPExtensionProviderActivator | 8 +++++++ ....bgp.rib.spi.RIBExtensionProviderActivator | 8 +++++++ .../org/opendaylight/blueprint/bgp-l3vpn.xml | 24 +++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.parser.spi.BGPExtensionProviderActivator create mode 100644 bgp/l3vpn/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.rib.spi.RIBExtensionProviderActivator create mode 100644 bgp/l3vpn/src/main/resources/org/opendaylight/blueprint/bgp-l3vpn.xml 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 -- 2.36.6