aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormasoud hemmatpour <mhemmatp@cisco.com>2019-07-08 04:41:52 -0700
committermhemmatp <mhemmatp@cisco.com>2019-07-24 01:35:40 -0700
commit7fa802ce1b196b9cac723852092d8df1e7783267 (patch)
tree9826678b75bd848798fe1370c3d90d3d5147074b /scripts
parent4d86f3ed3c000a5cfa96ad24cf77d57bc1a811e8 (diff)
[HICN-243] Adding router plugin
The original package is https://gerrit.fd.io/r/#/c/15062/ which was compatible with VPP 18.10. This patch is the modification of the original to be compatible with VPP 19.04. It was tested with FRR (i.e., OSPF). Change-Id: I85d579b26be2ef68f1b4a1d54e5c599b3665574b Signed-off-by: masoud hemmatpour <mhemmatp@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-packages.sh b/scripts/build-packages.sh
index d758472de..cc48900c2 100644
--- a/scripts/build-packages.sh
+++ b/scripts/build-packages.sh
@@ -153,6 +153,7 @@ build_package() {
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_HICNPLUGIN=ON \
+ -DBUILD_HICNEXTRAPLUGIN=ON \
-DBUILD_LIBTRANSPORT=ON \
-DBUILD_APPS=ON \
-DLIBMEMIF_HOME=${MEMIF_HOME} \