Acked-by: Mark Michelson <[email protected]> On 6/22/21 4:10 PM, [email protected] wrote:
From: Numan Siddique <[email protected]>'pflow_output_data' should be of type 'struct ed_type_pflow_output' and not 'struct ed_type_lflow_output'. Fixes: e07e397b7ae("ovn-controller: Split logical flow and physical flow processing.") Signed-off-by: Numan Siddique <[email protected]> --- controller/ovn-controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/ovn-controller.c b/controller/ovn-controller.c index 1cfe4b713..3968ef059 100644 --- a/controller/ovn-controller.c +++ b/controller/ovn-controller.c @@ -2980,7 +2980,7 @@ main(int argc, char *argv[])struct ed_type_lflow_output *lflow_output_data =engine_get_internal_data(&en_lflow_output); - struct ed_type_lflow_output *pflow_output_data = + struct ed_type_pflow_output *pflow_output_data = engine_get_internal_data(&en_pflow_output); struct ed_type_ct_zones *ct_zones_data = engine_get_internal_data(&en_ct_zones);
_______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
