summaryrefslogtreecommitdiffstats
path: root/clover/clovisor/build.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Improve build script to force golang.org/x/sys/unix to downgrade toStephen Wong1-0/+3
go-1.11 version such that it would be compatible with netlink library Change-Id: Iaecef476c651b3359021574678274e78d865f614 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2019-04-05Clovisor ONS demo related fixesStephen Wong1-7/+8
Change-Id: I9449ee5f699a3cdf471dc8b405de650325ae09f6 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2018-11-01CLOVER-43: Initial commit for ClovisorStephen Wong1-0/+45
Part of Clover's initial task (during project proposal) is to explore cloud native network tracing tools. Clover the project proposes Clovisor as a way for Clover to use the IOvisor (https://www.iovisor.org/) to perform network tracing. This is the first commit of this module Please note that the BPF code used in this commit were only tested with Linux kernel 4.14+ --- hence, if ubuntu is used, and one prefers LTS, the requirement is 18.04+ A different patch will track the redis and k8s API server watcher code Also, a design doc will be added in the future (TBD) Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com> Change-Id: I30d9f9d474b8703097c470d39628e86bc788f9b6