Skip to content

Commit

Permalink
northd: Merge port group related structures.
Browse files Browse the repository at this point in the history
There's currently no need to store both 'ovn_ls_port_group'
and 'ovn_port_group_ls' so just use the first type.

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
Acked-by: Han Zhou <hzhou@ovn.org>
Acked-by: Ales Musil <amusil@redhat.com>
  • Loading branch information
dceara committed Aug 30, 2023
1 parent 0d69a20 commit e195311
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 155 deletions.
2 changes: 1 addition & 1 deletion northd/en-lflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lflow_get_input_data(struct engine_node *node,
lflow_input->lr_datapaths = &northd_data->lr_datapaths;
lflow_input->ls_ports = &northd_data->ls_ports;
lflow_input->lr_ports = &northd_data->lr_ports;
lflow_input->port_groups = &northd_data->port_groups;
lflow_input->ls_port_groups = &northd_data->ls_port_groups;
lflow_input->meter_groups = &sync_meters_data->meter_groups;
lflow_input->lbs = &northd_data->lbs;
lflow_input->features = &northd_data->features;
Expand Down

0 comments on commit e195311

Please sign in to comment.