Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View xjtuwxg's full-sized avatar

Xiaoguang Wang xjtuwxg

View GitHub Profile
@xjtuwxg
xjtuwxg / Openvswitch LTS in CentOS 7.md
Created March 14, 2018 09:25 — forked from umardx/Openvswitch LTS in CentOS 7.md
Installation Openvswitch LTS in CentOS 7

The most recent release from the LTS series: http://openvswitch.org/releases/openvswitch-2.5.4.tar.gz

Instructions:

As the root user let’s install some packages:

yum -y install wget openssl-devel gcc make python-devel openssl-devel kernel-devel graphviz kernel-debug-devel autoconf automake rpm-build redhat-rpm-config libtool python-twisted-core python-zope-interface PyQt4 desktop-file-utils libcap-ng-devel groff checkpolicy selinux-policy-devel

Add a new user and switch to that user: