Skip to content

Instantly share code, notes, and snippets.

View barrosomr's full-sized avatar

Marcos Barroso barrosomr

  • Union IT
  • 06:26 (UTC -03:00)
View GitHub Profile
@barrosomr
barrosomr / ovs-cheat.md
Created June 22, 2023 20:09 — forked from djoreilly/ovs-cheat.md
OVS cheat sheet

DB

ovs-vsctl list open_vswitch
ovs-vsctl list interface
ovs-vsctl list interface vxlan-ac000344
ovs-vsctl --columns=options list interface vxlan-ac000344
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl -f csv --no-heading --columns=_uuid list controller
ovs-vsctl -f csv --no-heading -d bare --columns=other_config list port
@barrosomr
barrosomr / git.md
Created September 13, 2022 02:28 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda