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

Change-Id: Iab969af474936dd226d255d5bf6d618d0b3845ba
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
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