diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-06-19 14:44:59 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-06-20 10:14:08 +0000 |
commit | 935abe44dceec2762baf0548f5358fa8db8a7636 (patch) | |
tree | 4912661baf98a33857d0b049eb290c04bb47e454 /vpp-integration/pom.xml | |
parent | d9307b4011b14fe9fbb94ceee98f47c327a7919c (diff) |
Bgp distribution for vpp
Bgp can't be currently included in default distribution,
because that would increase footprint,
even with BGP disabled (HONEYCOMB-358).
Change-Id: I9f0c264fdbc7b283cd05295ea27e88f9bc5f9a45
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/pom.xml')
-rw-r--r-- | vpp-integration/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 39ebdd10a..0221bb09f 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -29,10 +29,11 @@ <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> - <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description> + <description>Aggregator for Honeycomb's VPP distributions. Aggregating all Hc2vpp plugins.</description> <modules> <module>minimal-distribution</module> + <module>bgp-distribution</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> |