> Acked-by: Ales Musil <amu...@redhat.com>
> Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud>

Acked-by: Lorenzo Bianconi <lorenzo.bianc...@redhat.com>

> ---
> v7->v8: added Acked-by
> v6->v7: introduced
> 
>  controller/ovn-controller.c | 2 --
>  controller/physical.h       | 1 -
>  controller/route.h          | 1 -
>  3 files changed, 4 deletions(-)
> 
> diff --git a/controller/ovn-controller.c b/controller/ovn-controller.c
> index 4e1623163..716644084 100644
> --- a/controller/ovn-controller.c
> +++ b/controller/ovn-controller.c
> @@ -4596,7 +4596,6 @@ static void init_physical_ctx(struct engine_node *node,
>      p_ctx->chassis = chassis;
>      p_ctx->active_tunnels = &rt_data->active_tunnels;
>      p_ctx->local_datapaths = &rt_data->local_datapaths;
> -    p_ctx->local_lports = &rt_data->local_lports;
>      p_ctx->ct_zones = ct_zones;
>      p_ctx->mff_ovn_geneve = ed_mff_ovn_geneve->mff_ovn_geneve;
>      p_ctx->local_bindings = &rt_data->lbinding_data.bindings;
> @@ -5046,7 +5045,6 @@ en_route_run(struct engine_node *node, void *data)
>          .dynamic_routing_port_mapping = dynamic_routing_port_mapping,
>          .active_tunnels = &rt_data->active_tunnels,
>          .local_datapaths = &rt_data->local_datapaths,
> -        .local_lports = &rt_data->local_lports,
>          .local_bindings = &rt_data->lbinding_data.bindings,
>      };
>  
> diff --git a/controller/physical.h b/controller/physical.h
> index 77831e536..0420251c6 100644
> --- a/controller/physical.h
> +++ b/controller/physical.h
> @@ -60,7 +60,6 @@ struct physical_ctx {
>      const struct sset *active_tunnels;
>      const struct if_status_mgr *if_mgr;
>      struct hmap *local_datapaths;
> -    struct simap *local_lports;
>      const struct shash *ct_zones;
>      enum mf_field_id mff_ovn_geneve;
>      struct shash *local_bindings;
> diff --git a/controller/route.h b/controller/route.h
> index 15323d357..aee7ad302 100644
> --- a/controller/route.h
> +++ b/controller/route.h
> @@ -37,7 +37,6 @@ struct route_ctx_in {
>      const char *dynamic_routing_port_mapping;
>      const struct sset *active_tunnels;
>      const struct hmap *local_datapaths;
> -    const struct simap *local_lports;
>      struct shash *local_bindings;
>  };
>  
> -- 
> 2.43.0
> 
> 
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to