On 4/2/26 10:25 AM, Ales Musil wrote:
> Fixes: f24267973e28 ("controller: Watch for (Linux) neighbor changes.")
> Signed-off-by: Ales Musil <[email protected]>
> ---Hi Ales, Looks good to me, thanks! Acked-by: Dumitru Ceara <[email protected]> Regards, Dumitru > controller/ovn-controller.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/controller/ovn-controller.c b/controller/ovn-controller.c > index da43051ed..5b7eb3014 100644 > --- a/controller/ovn-controller.c > +++ b/controller/ovn-controller.c > @@ -8307,6 +8307,7 @@ loop_done: > dns_resolve_destroy(); > route_exchange_destroy(); > route_table_notify_destroy(); > + neighbor_table_notify_destroy(); > > exit(retval); > } _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
