Skip to content

Instantly share code, notes, and snippets.

@gth828r
Created April 27, 2015 18:31
Show Gist options
  • Save gth828r/e2efcdea6e87d647c6b1 to your computer and use it in GitHub Desktop.
Save gth828r/e2efcdea6e87d647c6b1 to your computer and use it in GitHub Desktop.
ovs flows
$ sudo ovs-ofctl dump-flows expbr
NXST_FLOW reply (xid=0x4):
cookie=0xa000004039d1a7, duration=8147.954s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:02 actions=output:2
cookie=0xa000004039d1a8, duration=8147.952s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:03 actions=output:2
cookie=0xa000004039d1a8, duration=8147.952s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:03 actions=output:2
cookie=0xa000004039d1d6, duration=8147.96s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:0a actions=output:2
cookie=0xa000004039d1d9, duration=8147.958s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:0d actions=output:2
cookie=0xa000004039d1da, duration=8147.959s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:0e actions=output:2
cookie=0xa000004039d1d9, duration=8147.958s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:0d actions=output:2
cookie=0xa000004039d1a9, duration=8147.951s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:04 actions=output:2
cookie=0xa000004039d1aa, duration=8147.95s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:05 actions=output:2
cookie=0xa000004039d1da, duration=8147.959s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:0e actions=output:2
cookie=0xa000004039d1a7, duration=8147.954s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:02 actions=output:2
cookie=0xa000004039d1a9, duration=8147.951s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:04 actions=output:2
cookie=0xa000004039d1ab, duration=8147.949s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:06 actions=output:2
cookie=0xa000004039d1ac, duration=8147.948s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:07 actions=output:2
cookie=0xa000004039d1ab, duration=8147.949s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:06 actions=output:2
cookie=0xa000004039d1d6, duration=8147.96s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:0a actions=output:2
cookie=0xa000004039d1aa, duration=8147.95s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=2,dl_vlan=100,dl_src=00:00:00:00:00:05 actions=output:2
cookie=0xa000004039d1ac, duration=8147.948s, table=0, n_packets=0, n_bytes=0, idle_age=8147, in_port=1,dl_vlan=100,dl_src=00:00:00:00:00:07 actions=output:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment