summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23add indent installation for fixstyle and change libssh 0.7.5(cannot build in ↵v19.04-rc0drenfong.wang1-4/+5
ubuntu 18.04) to 0.7.7 Change-Id: I1fdce561ce0d2609f3f455c1e8762d547ce6f365 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
2019-01-23libssh version too low in ubuntu 16, build from sourcedrenfong.wang1-2/+7
Change-Id: I52f3a12881d80014de0ecc4a026979874f7b9a0f Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
2019-01-22Makefile, add clean commnadAndrej Kozemcak1-0/+10
Change-Id: I915dc489866c54cd37066727b83c4ecef87377b4 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
2019-01-22add option to build dependence from source and install vppdrenfong.wang1-15/+91
Change-Id: I4caa8737c9d5dd13f6d6c5e01e646801e5dab8a1 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
2018-12-29add help option for makefile and classfy yang modeldrenfong.wang1-1/+2
Change-Id: I176bdbdfed79a5fa6db840797866b2d8354778f9 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
2018-12-20Add the libcmocka-dev into the dependent package.Gao Feng1-1/+1
Change-Id: Id92462e26afec53f29d6398edcd5cc4c503c4f08 Signed-off-by: Gao Feng <davidfgao@tencent.com>
2018-12-19corrected Makefile (mkdir -p)Pavol Hanzel1-2/+2
Change-Id: If9e33a00bcb250d16b2a9b1e4361b9bde9168557 Signed-off-by: Pavol Hanzel <pavol.hanzel@pantheon.tech>
2018-11-28Rework vpp connection based on vapi libraryHongjun Ni1-0/+4
Change-Id: I3b41b4141fd7ef7577f4f2cc9193b9c623a9d6d7 Signed-off-by: Chuanguo Wang <wangchuanguo@huachentel.com> Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-11-20Initial code commit for Sweetcomb projectHongjun Ni1-0/+112
The initial code is contruted by Cisco and HuachenTel. It supports three key features: 1). Keeps compatible with IETF Yang Model and Honeycomb Yang Model. 2). Supports mulitiple clients to configure VPP simultaneously. 3). Automatically connect to VPP. Change-Id: I3dda4fddb14062e5f113d505c6a7ee64d60c44c0 Signed-off-by: Rastislav Szabo <raszabo@cisco.com> Signed-off-by: Chuanguo Wang <wangchuanguo@huachentel.com> Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>