Re: [PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-21 Thread Hauke Mehrtens
On 6/21/21 3:58 PM, Rafał Miłecki wrote: On 19.06.2021 20:36, Hauke Mehrtens wrote: Adapt the preinit_config_board() to the board.json network changes. It now looks for the device and the ports variables to configure the LAN network. This works with swconfig configurations. Fixes: FS#3866 Fixe

Re: [PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-21 Thread Hauke Mehrtens
On 6/21/21 12:42 AM, Paul Spooren wrote: Not sure but is this PR related? "base-files: bring up vlan interface too #2734" https://github.com/openwrt/openwrt/pull/2734 This looks like a different problem, I am not sure if we run into it with our current code. Hauke OpenPGP_0x93DD20630910B5

Re: [PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-21 Thread Rafał Miłecki
On 19.06.2021 20:36, Hauke Mehrtens wrote: Adapt the preinit_config_board() to the board.json network changes. It now looks for the device and the ports variables to configure the LAN network. This works with swconfig configurations. Fixes: FS#3866 Fixes: d42640e389a8 ("base-files: use "ports"

Re: [PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-20 Thread Paul Spooren
Not sure but is this PR related? "base-files: bring up vlan interface too #2734" https://github.com/openwrt/openwrt/pull/2734 On 6/19/21 8:36 AM, Hauke Mehrtens wrote: Adapt the preinit_config_board() to the board.json network changes. It now looks for the device and the ports variables to con

Re: [PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-20 Thread Martin Blumenstingl via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Sat, Jun 19, 2021 at 8:39 PM Ha

[PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-19 Thread Hauke Mehrtens
Adapt the preinit_config_board() to the board.json network changes. It now looks for the device and the ports variables to configure the LAN network. This works with swconfig configurations. Fixes: FS#3866 Fixes: d42640e389a8 ("base-files: use "ports" array in board.json network for bridges") Si