Skip to content

Instantly share code, notes, and snippets.

@alanxiaoyi
alanxiaoyi / ovs-cheat.md
Created March 14, 2018 21:52 — forked from djoreilly/ovs-cheat.md
OVS cheat sheet

DB

ovs-vsctl list interface
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl --format=table --columns=name,mac_in_use find Interface name=br-dpdk1
ovs-vsctl get interface vhub656c3cb-23 name

ovs-vsctl set port vlan1729 tag=1729
ovs-vsctl get port vlan1729 tag