Edgerouter X Support still possible in 24.10?

2024-11-05 Thread Tim Lunn
Hi All,    Way back in April I created a PR [1] for Edgerouter-X, adjusting the partition layouts so this device could support 6,x kernels. At the time it had a couple of reviews but never got merged. Is there any chance this can still be merged now with 24.10 having been branched? Or is it no

Re: [PATCH] mediatek: filogic: add support for GatoNetworks GDSP

2024-11-05 Thread Enrico Mioso
Thanks Daniel a lot for your help and the time you took to review my patch! :) I think some aspects are still unclear to me, so I am asking here to get a better understanding. On Mon, Nov 04, 2024 at 10:32:27PM +, Daniel Golle wrote: > Hi Enrico, > > the patch generally looks very good. >

Upcoming buildbot and GPG signing changes in snapshots/24.10

2024-11-05 Thread Petr Štetiar
Hi, just a quick update – I'll soon be updating Buildbot to the latest version we've been preparing and testing. Here are the notable changes: * preparation for opkg to apk transition (APK not yet enabled) * a single buildmaster container will now handle both phase1 and phase2 buildmasters *

[PATCH firewall4] ruleset: offload a connection only after certain packets

2024-11-05 Thread Qingfang Deng
Users commonly create firewall rules that inspect packet content, such as matching an HTTP host. The current implementation offloads a connection immediately after it's established, bypassing user-defined rules. To respect these rules, only offload a connection after certain packets have passed thr