diff options
author | Masoud Hemmatpour <mhemmatp@cisco.com> | 2019-05-07 17:54:17 +0200 |
---|---|---|
committer | Masoud Hemmatpour <mhemmatp@cisco.com> | 2019-05-09 10:41:26 +0200 |
commit | 86d6b8bb2b51d28527a387fc744bc58de166402d (patch) | |
tree | b96af813cea51c4e7659b5fea4788531b83b79b8 | |
parent | c8e6bdf4282c34fd3199cdeec42895cbbc05d9c1 (diff) |
[HICN-191]updating plugin to run on vpp 19.04
Change-Id: I85ceabb1bde847edf030c6ccb3943be047d167f5
Signed-off-by: Masoud Hemmatpour <mhemmatp@cisco.com>
-rw-r--r-- | scripts/build-sysrepo.sh | 6 | ||||
-rw-r--r-- | utils/sysrepo-plugins/yang/hicn/hicn.yang | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build-sysrepo.sh b/scripts/build-sysrepo.sh index 655d4b3d9..4192f7e12 100644 --- a/scripts/build-sysrepo.sh +++ b/scripts/build-sysrepo.sh @@ -25,12 +25,12 @@ PACKAGECLOUD_RELEASE_REPO_RPM="https://packagecloud.io/install/repositories/fdio VPP_GIT_REPO="https://git.fd.io/vpp" VPP_BRANCH="stable/1901" -VPP_VERSION_DEB="19.01.1-release" -VPP_VERSION_RPM="19.01.1-release.x86_64" +VPP_VERSION_DEB="19.04-release" +VPP_VERSION_RPM="19.04-release.x86_64" BUILD_TOOLS_UBUNTU="build-essential doxygen" LIBSSL_LIBEVENT_UBUNTU="libevent-dev libssl-dev" -DEPS_UBUNTU="hicn-light hicn-plugin vpp=${VPP_VERSION_DEB} vpp-dev=${VPP_VERSION_DEB} vpp-lib=${VPP_VERSION_DEB} vpp-plugins=${VPP_VERSION_DEB}" +DEPS_UBUNTU="hicn-light hicn-plugin libvppinfra=${VPP_VERSION_DEB} libvppinfra-dev=${VPP_VERSION_DEB} vpp=${VPP_VERSION_DEB} vpp-dev=${VPP_VERSION_DEB} vpp-plugin-core=${VPP_VERSION_DEB}" # BUILD_TOOLS_GROUP_CENTOS="'Development Tools'" DEPS_CENTOS="vpp-devel-${VPP_VERSION_RPM} vpp-lib-${VPP_VERSION_RPM} libparc-devel asio-devel centos-release-scl devtoolset-7" diff --git a/utils/sysrepo-plugins/yang/hicn/hicn.yang b/utils/sysrepo-plugins/yang/hicn/hicn.yang index e5bdca420..484fec6f0 100644 --- a/utils/sysrepo-plugins/yang/hicn/hicn.yang +++ b/utils/sysrepo-plugins/yang/hicn/hicn.yang @@ -2,7 +2,7 @@ module hicn { namespace "urn:sysrepo:hicn"; prefix hcn; -revision 2019-04-25 { +revision 2019-05-7 { description "Initial revision."; } @@ -568,4 +568,4 @@ rpc face-stats-details { } -}
\ No newline at end of file +} |