wget http://openvswitch.org/releases/openvswitch-2.4.0.tar.gz
tar zxvf openvswitch-2.4.0.tar.gz && cd openvswitch-2.4.0
dpkg-checkbuilddeps
DEB_BUILD_OPTIONS='parallel=8 nocheck' fakeroot debian/rules binary
ll ../*.deb && cd ../
dpkg -i openvswitch-common_2.4.0-1_amd64.deb openvswitch-switch_2.4.0-1_amd64.deb
修改/usr/share/openvswitch/scripts/ovs-lib 文件,改为 rundir=${OVS_RUNDIR-'/usr/local/var/run/openvswitch'}