BGPCEP-826: Add route target extension StatementActivator service 00/75700/1
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Mon, 3 Sep 2018 14:23:45 +0000 (16:23 +0200)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Mon, 3 Sep 2018 15:57:48 +0000 (15:57 +0000)
to META-INF.services

Change-Id: Iab969af474936dd226d255d5bf6d618d0b3845ba
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
(cherry picked from commit ae9ede56f51ed2530c867b1d9a8626163be33bc2)

bgp/extensions/route-target/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry.StatementProviderActivator [new file with mode: 0644]

diff --git a/bgp/extensions/route-target/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry.StatementProviderActivator b/bgp/extensions/route-target/src/main/resources/META-INF/services/org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry.StatementProviderActivator
new file mode 100644 (file)
index 0000000..b27504c
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Copyright (c) 2018 AT&T Intellectual Property. 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
+#
+#
+# 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.route.targetcontrain.impl.activators.StatementActivator
\ No newline at end of file