Skip to content

Instantly share code, notes, and snippets.

@mikefaille
Created April 27, 2013 07:51
Show Gist options
  • Save mikefaille/5472253 to your computer and use it in GitHub Desktop.
Save mikefaille/5472253 to your computer and use it in GitHub Desktop.
This my flow deletion :
RemoveFlows = #ofp_message{
version = 3,
xid = 200,
body = #ofp_flow_mod{
cookie = <<0:64>>,
cookie_mask = <<0:64>>,
table_id = 1,
command = delete,
idle_timeout = 30000,
hard_timeout = 60000,
priority = 1,
buffer_id = 1,
out_port = 3,
out_group = 5,
flags = [],
match = #ofp_match{fields = []},
instructions = []}}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment