Hi Luca
Thank you for your review
> > To handle endpoint more intuitive, create of_graph_get_next_endpoint()
> >
> > of_graph_get_next_endpoint(port1, NULL); // A1
> > of_graph_get_next_endpoint(port1, A1); // A2
> > of_graph_get_next_endpoint(port1, A2); // NULL
>
> The idea
Hello Kuninori Morimoto,
On Wed, 31 Jan 2024 05:06:36 +
Kuninori Morimoto wrote:
> To handle endpoint more intuitive, create of_graph_get_next_endpoint()
>
> of_graph_get_next_endpoint(port1, NULL); // A1
> of_graph_get_next_endpoint(port1, A1); // A2
> of_graph_get_next