Skip to content

Commit

Permalink
Merge pull request #61 from adferguson/of10_flow_rem_fix
Browse files Browse the repository at this point in the history
fix parsing of FlowRemoved messages
  • Loading branch information
jnfoster committed Jan 4, 2014
2 parents bd32075 + 5d80402 commit 9aa1527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/OpenFlow0x01.ml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ module FlowRemoved = struct
let parse bits =
let pattern = Match.parse bits in
let bits = Cstruct.shift bits (Match.size_of pattern) in
let pattern = Match.parse bits in
let cookie = get_ofp_flow_removed_cookie bits in
let priority = get_ofp_flow_removed_priority bits in
let reason = Reason.of_int (get_ofp_flow_removed_reason bits) in
Expand Down

0 comments on commit 9aa1527

Please sign in to comment.