Skip to content

Commit

Permalink
ofctrl: Fix logic for mff_ovn_geneve.
Browse files Browse the repository at this point in the history
Fixes: 7fa39c6 ("Fix memory leak in recv_S_TLV_TABLE_REQUESTED().")
Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
Acked-by: Flavio Fernandes <[email protected]>
  • Loading branch information
shettyg committed Sep 11, 2016
1 parent e4f7cf9 commit dd118e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn/controller/ofctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ process_tlv_table_reply(const struct ofputil_tlv_table_reply *reply)
} else {
mff_ovn_geneve = MFF_TUN_METADATA0 + map->index;
state = S_CLEAR_FLOWS;
return false;
return true;
}
}

Expand Down

0 comments on commit dd118e9

Please sign in to comment.