# yum install openssl-devel
# yum install gcc clang gcc-c++
# yum install python-devel
#yum install kernel-devel
#yum install graphviz
#yum install kernel-debug-devel
#yum install git
#git clone https://github.com/openvswitch/ovs.git
#cd ovs
#yum install autoconf automake libtool
#./boot.sh
#./configure
#make
#make install
#export PATH=$PATH:/usr/local/share/openvswitch/scripts
#ovs-ctl start
============================
#yum install openvswitch
#systemctl start openvswitch
============================
ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
--remote=db:Open_vSwitch,Open_vSwitch,manager_options \
--private-key=db:Open_vSwitch,SSL,private_key \
--certificate=db:Open_vSwitch,SSL,certificate \
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
--pidfile --detach
ovs-vsctl --no-wait init
ovs-vswitchd --pidfile --detach
沒有留言:
張貼留言