OVN编译
apt-get update
apt-get -y install build-essential fakerootapt-get -y install graphviz autoconf automake bzip2 debhelper dh-autoreconf libssl-dev libtool openssl
apt-get -y install procps python-all python-twisted-conch python-zopeinterface python-sixcurl -o openvswitch-2.7.0.tar.gz http://openvswitch.org/releases/openvswitch-2.7.0.tar.gz
tar zxvf openvswitch-2.7.0.tar.gz
cd openvswitch-2.7.0
# if everything is ok then this should return no output
dpkg-checkbuilddeps
`DEB_BUILD_OPTIONS='parallel=8 nocheck' fakeroot debian/rules binary`cd ..
apt-get -y install module-assistant
dpkg -i openvswitch-datapath-source_2.7.0-1_all.deb最后更新于