On Sun, Nov 23, 2025 at 2:01 PM Alexandra Rukomoinikova <[email protected]> wrote:
> Signed-off-by: Alexandra Rukomoinikova <[email protected]> > --- > northd/en-northd.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/northd/en-northd.c b/northd/en-northd.c > index 77cce8c9c..6815e6e39 100644 > --- a/northd/en-northd.c > +++ b/northd/en-northd.c > @@ -82,10 +82,6 @@ northd_get_input_data(struct engine_node *node, > EN_OVSDB_GET(engine_get_input("NB_network_function", node)); > input_data->nbrec_network_function_group_table = > EN_OVSDB_GET(engine_get_input("NB_network_function_group", node)); > - input_data->sbrec_service_monitor_by_learned_type = > - engine_ovsdb_node_get_index( > - engine_get_input("SB_service_monitor", node), > - "sbrec_service_monitor_by_learned_type"); > > input_data->sbrec_port_binding_table = > EN_OVSDB_GET(engine_get_input("SB_port_binding", node)); > -- > 2.48.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Thank you Alexandra, I went ahead, merged this into main and backported to 25.09. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
