Skip to content

alagalah/iomodules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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/hive
go install github.com/iovisor/iomodules/hive/hived

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/hived
$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 95.3%
  • C 4.7%