From d2664a4f307a833e293b2dfbe44d9ab6579eef2d Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 13 Jul 2017 10:41:27 +0200 Subject: HONEYCOMB-369: configurable BGP peers BGP peer configuration is no longer read from bgp-peer.json file. Netconf/Restconf is can be used instead. BGP peer configuration in HC follows openconfig-extensions model (as in ODL BGP): * http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#bgp-peering * http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#bgp-application-peer-and-programmable-rib Change-Id: I91aa6c4fc0923edbacf6cd10abd3957569a4f8c6 Signed-off-by: Marek Gradzki (cherry picked from commit a3d562afdd96d4c37fe608af99f364e879ee92b6) --- infra/northbound/bgp/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'infra/northbound/bgp/pom.xml') diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index 8f3c26905..2831924d4 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -111,6 +111,18 @@ org.opendaylight.bgpcep bgp-l3vpn + + + + junit + junit + test + + + org.mockito + mockito-core + test + \ No newline at end of file -- cgit 1.2.3-korg