Re: [PATCH 1/2] interface-ip: copy more info for target host route

2021-10-28 Thread Luiz Angelo Daros de Luca
> > @@ -301,9 +301,26 @@ interface_ip_add_target_route(union if_addr *addr, > > bool v6, struct interface *if > > route->mask = v6 ? 128 : 32; > > memcpy(&route->addr, addr, addrsize); > > memcpy(&route->nexthop, &r_next->nexthop, sizeof(route->nexthop)); > > - route->mtu = r

[PATCH] rpcd: restart rpcd on installation of rpcd-mod-*

2021-10-28 Thread Daniel Golle
When installing additional rpcd modules, a restart of rpcd is required. This often confuses users as even after installing rpcd-mod-rpcsys the relevant ubus objects are still missing until rpcd has been restarted (or the system has been rebooted, obviously). Let rpcd-mod-* restart rpcd as post-inst

Re: LuCI client certificate authentication

2021-10-28 Thread Paul Spooren
Hi Luka, > On 28. Oct 2021, at 07:08, Luka Logar wrote: > > Hi, > > I've submitted a set of patches in Februray to enable certificate/two factor > authentication for LuCI. > > I guess, there is no will to accept those patches? Could you please send me those patches again I can’t seem to fin

LuCI client certificate authentication

2021-10-28 Thread Luka Logar
Hi, I've submitted a set of patches in Februray to enable certificate/two factor authentication for LuCI. I guess, there is no will to accept those patches? Kind regards Luka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:/

[PATCH fstools RFC] mount_root: use RAM overlay if "rootfs_data" is missing

2021-10-28 Thread Rafał Miłecki
From: Rafał Miłecki This results in at least bootable system if something goes wrong and "rootfs_data" isn't available. Signed-off-by: Rafał Miłecki --- I noticed this problem on my UBI based system without "rootfs_data". This allows me to at least access my device. Can this break any setups?