From 76ec4e831b2653426d8bc434dabe145d97efcc2a Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 6 Jul 2017 12:55:17 +0200 Subject: HONEYCOMB-377: remove enabled flag for bgp Use module configuration to enable/disabe BGP. Also hides BgpExtensionModule module to the user (until HONEYCOMB-363 is fixed). Change-Id: I8294d080138a0bcf640420484b76c089aa332d93 Signed-off-by: Marek Gradzki --- .../bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json | 1 - 1 file changed, 1 deletion(-) (limited to 'infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json') diff --git a/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json index c0981429f..2efe55ee3 100644 --- a/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json +++ b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json @@ -1,5 +1,4 @@ { - "bgp-enabled": "false", "bgp-binding-address": "127.0.0.1", "bgp-port": 1790, "bgp-as-number": 65000, -- cgit 1.2.3-korg