From 7fa802ce1b196b9cac723852092d8df1e7783267 Mon Sep 17 00:00:00 2001 From: masoud hemmatpour Date: Mon, 8 Jul 2019 04:41:52 -0700 Subject: [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 --- scripts/build-packages.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build-packages.sh') 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} \ -- cgit 1.2.3-korg