Thursday, April 03, 2014

easyOVS release v0.2

easyOVS provides more smart and fluent way to operation your OpenvSwitch bridges, such as list them, dump their flows and add/del some flows in a smart style.
The tool can also be utilized in OpenStack environment, where will show ports with the vm MAC/IP and VLAN Tag information.
Install&Usage
Download the latest version by
git clone https://github.com/yeasy/easyOVS.git
Then install with
sudo bash ./easyOVS/util/install.sh
After the installation, start easyovs with
sudo easyovs
easyOVS will show an interactive CLI, which supports command suggestions and formatted colorful output.

Enjoy