Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created August 31, 2015 02:01
Show Gist options
  • Save yuuichi-fujioka/1a0cb3830aad0cc5dd4b to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/1a0cb3830aad0cc5dd4b to your computer and use it in GitHub Desktop.
ovs-ofctl dump-flows without statistics values.
sudo ovs-ofctl dump-flows br-tun | sed "s/.*table/table/g" | sed "s/,.*age=[0-9]\+//g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment