Nicolò
Nicolò
So looks like that AVR is the only core that is missing the `attachInterruptParam`?
@systemcrash I've modified the limit above, the netifd takes an integer so I've used that limit in there as I wasn't able to find the real upper limit in the...
> @hitech95 Is this ready as-is? Yep it should be, this uses netifd built in bonding support instead of the external protocol. I'm using it on my prod router machine...
@systemcrash I've it currently up and tested on x89 VM and I've tested onthe mediatek target. That said I have it running in production with LACP to a GS1900 switch...
I'm trying to get help from some friends to crete a virtual lab to test things out. Unfortunatly we are a bit busy with work/univeristy. I'll update you when some...
Sorry for the late reply. This uses `kmod-bonding`, and use the netifd implementation under the hood. It uses the "device" configuration instead of the "protocol" one. The netifd implementation (from...
> Please also add this to the [env var validation]. I cannot validate the IPs without creating a huge regexp, can I just validate the string? accepting suggestions for that....
Added validation with following tests in mind: Success with: ``` IMMICH_TRUSTED_PROXIES="192.168.1.1,2001:db8::ff00:42:8329,10.0.0.0/24" IMMICH_TRUSTED_PROXIES="10.0.0.0/24" IMMICH_TRUSTED_PROXIES="192.168.1.1" IMMICH_TRUSTED_PROXIES="2001:db8::ff00:42:8329" IMMICH_TRUSTED_PROXIES="" ``` Those cases fails the validation: ``` IMMICH_TRUSTED_PROXIES="notAnIP" IMMICH_TRUSTED_PROXIES="192.168.1.1,notAnIP" IMMICH_TRUSTED_PROXIES="notAnIPv4,notAnIPv6" ```
> Can you try with disabling optimizedTNT in the carpet config? https://github.com/gnembon/fabric-carpet/blob/27ccd69c86c25357a2385c47db731b43ec5338b6/src/main/java/carpet/CarpetSettings.java#L231 Yes even disabling the optionin carpet the mixin is still failing to apply.