I followed these steps, wget http://openvswitch.org/releases/openvswitch-2.1.0.tar.gz tar xvfz openvswitch-2.1.0.tar.gz cd openvswitch-2.1.0 apt-get update apt-get -y install pkg-config libssl-dev libc-dev ./boot.sh ./configure make sudo make install sudo mkdir -p /usr/local/etc/openvswitch sudo ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema
sudo ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \ --remote=db:Open_vSwitch,manager_options \ --private-key=db:SSL,private_key \ --certificate=db:SSL,certificate \ --bootstrap-ca-cert=db:SSL,ca_cert \ --pidfile --detach \ sudo ovs-vsctl --no-wait init sudo ovs-vswitchd --pidfile --detach Is this correct? Please clarify Thanks, Andrew Niteesh
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss