Franco Fichtner

Results 1156 comments of Franco Fichtner

Just preliminary info since was curious. This line: https://github.com/opnsense/src/blob/b8ab1d06e8048a68c09f4e182868d2d5f06f6263/sys/netinet6/ip6_fastfwd.c#L194 ``` (kgdb) p nifp->if_xname $9 = "pppoe0\000\000\000\000\000\000\000\000\000" ``` Through if_getifdata() magic inside the convoluted macro IN6_LINKMTU() ``` (kgdb) p nifp->if_afdata $16...

@dseven I went through a few iterations of a patch arriving at 5dc500b. I'm doubting what FreeBSD would do so I'm raising a bug report and review there shortly. However,...

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285129 https://reviews.freebsd.org/D49212

@dseven thanks a ton! ❤ might take a while to be sure these are gone completely, but definitely promising Cheers, Franco

@dseven how's that kernel holding up for you? FreeBSD wanted to do something different, maybe you can assist with testing next week. For reference: https://reviews.freebsd.org/D49359

@dseven ok, great, can you try this one? https://reviews.freebsd.org/D49359 # opnsense-update -zkr 25.1.3-teardown Cheers, Franco

@dseven thanks, reported upstream. the "25.1.2-donottest" is still there if you want to keep using it. I'll rebase this on 25.1.3 later.

The POC works, but is deemed too problematic for general inclusion. I could rewrite the particular spot to stop failing instead because I think we won't see a fix before...

@deviantintegral @dseven how about this then https://github.com/opnsense/src/commit/5afe2ee0908 kernel in a bit, need to test for sanity first

You can try your luck with the newer squid version 6.7 from the snapshots: # opnsense-revert -z squid (run without "-z" to revert back to the stable one) Cheers, Franco