[odhcpd PATCH 1/2] config: skip interface setup if interface not IFF_RUNNING

2023-03-16 Thread Christian Marangi
We currently setup odhcp service even if the interface is not running. This is the case for bridge or specific interface that are flagged as UP but have no carrier as nothing is connected to it. This cause a similar error like: Failed to send to ff02::1%br-lan (Address not available) This is

[odhcpd PATCH 2/2] router: skip RA and wait for LINK-LOCAL to be assigned

2023-03-16 Thread Christian Marangi
This fix a specific and corner case when the following error and similar is printed in the log: Failed to send to ff02::1%br-lan (Address not available) The cause for this was tracked down to the lack of the interface of a configured LINK-LOCAL IPV6 address resulting in odhcpd_send() always

Re: Docker is sunsetting Free Team organizations

2023-03-16 Thread Christian Marangi
On Thu, Mar 16, 2023 at 11:19:11PM -0400, Etienne Champetier wrote: > Hi All, Paul > > Docker wants to shutdown free team organisations, so this include > docker.io/openwrtorg > Here the announcement: > https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf > > Those 3 repos seem

Docker is sunsetting Free Team organizations

2023-03-16 Thread Etienne Champetier
Hi All, Paul Docker wants to shutdown free team organisations, so this include docker.io/openwrtorg Here the announcement: https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf Those 3 repos seem active, do we mirror the content somewhere else ? (gitlab/github)

Re: [PATCH] ipq40xx: add support for Wallystech DR40x9

2023-03-16 Thread Robert Marko
On Wed, 15 Mar 2023 at 15:22, Koen Vandeputte wrote: > > From: Robert Marko > > Adds support for the Wallys DR40x9 series boards. > They come in IPQ4019 and IPQ4029 versions. > IPQ4019/4029 only differ in that that IPQ4029 is the industrial version that > is rated to higher temperatures. > >