diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 12:55:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 13:27:18 +0200 |
commit | 76ec4e831b2653426d8bc434dabe145d97efcc2a (patch) | |
tree | 77ed1404294299f666f65fb17bdab4bd8575da14 /infra/minimal-distribution/pom.xml | |
parent | 299296e6ff842a1c275a67a07f2f3e09852c1959 (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'infra/minimal-distribution/pom.xml')
-rw-r--r-- | infra/minimal-distribution/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 37c010f5c..4c8b72ada 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -42,7 +42,6 @@ io.fd.honeycomb.infra.distro.restconf.RestconfModule, io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule, // io.fd.honeycomb.infra.bgp.BgpModule, - // io.fd.honeycomb.infra.bgp.BgpExtensionsModule, // io.fd.honeycomb.infra.bgp.BgpReadersModule, // io.fd.honeycomb.infra.bgp.BgpWritersModule </distribution.modules> |