Re: [PATCH] lwip: Allocate the loopback netif by default

2023-12-02 Thread Samuel Thibault
Applied, thanks! Joan Lledó, le sam. 02 déc. 2023 11:14:01 +0100, a ecrit: > From: Joan Lledó > > The translator received a null `netif_list` during initialization, this > caused a few bugs. > > When started without parameters, the translator didn't add any new > interface to `netif_list`, and

[PATCH] lwip: Allocate the loopback netif by default

2023-12-02 Thread Joan Lledó
From: Joan Lledó The translator received a null `netif_list` during initialization, this caused a few bugs. When started without parameters, the translator didn't add any new interface to `netif_list`, and that broke any subsequent fsysopts over the translator, as the stack was being

lwip: Allocate the loopback netif by default

2023-12-02 Thread Joan Lledó
Hi, This patch fixes a few bugs. The translator was assuming one interface was already allocated in `netif_list` when calling `init_ifs` during startup, and used it to configure the loopback interface [1]. That was possibly true in the past but after upgrading liblwip I found `netif_list` is