Skip to content

Instantly share code, notes, and snippets.

@jpillora
Created March 11, 2016 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpillora/4fee766b8ccbb73e1b79 to your computer and use it in GitHub Desktop.
Save jpillora/4fee766b8ccbb73e1b79 to your computer and use it in GitHub Desktop.
Download and install latest openvswitch
#latest ovs
wget -qO- http://openvswitch.org/releases/openvswitch-2.5.0.tar.gz | tar xzvf -
cd openvswitch-2.5.0
#dependencies
apt-get update && apt-get install -y graphviz autoconf automake bzip2 debhelper dh-autoreconf libssl-dev libtool openssl procps python-all python-qt4 python-twisted-conch python-zopeinterface
#build debs
DEB_BUILD_OPTIONS='parallel=8' fakeroot debian/rules binary
#pop out to parent
cd ..
ls *.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment