8000 GitHub - zaafar/iomodules: IOModule manager and plugins
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zaafar/iomodules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iomodules

IOModule manager and plugins

Requirements

  • go version 1.4 or greater
  • docker for some of the tests

Getting started

# prereqs
go get github.com/vishvananda/netns
go get github.com/willf/bitset
# to pull customized fork of netlink
go get github.com/vishvananda/netlink
cd $GOPATH/src/github.com/vishvananda/netlink
git remote add drzaeus77 https://github.com/drzaeus77/netlink
git fetch drzaeus77
git reset --hard drzaeus77/master

go get github.com/iovisor/iomodules/hover
go install github.com/iovisor/iomodules/hover/hoverd

go get github.com/iovisor/iomodules/gbp
sudo -E go test github.com/iovisor/iomodules/gbp
go install github.com/iovisor/iomodules/gbp/gbp

# run the binaries in standalone mode
sudo $GOPATH/bin/hoverd
$GOPATH/bin/gbp -upstream $ODL_SOUTHBOUND_URL

About

IOModule manager and plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.8%
  • Shell 4.4%
  • C 2.8%
0