Graeme Bragg
Graeme Bragg
I don't use ultrawidify, but I came across this thread as I have been running into this issue on native chrome on Netflix. I am using nVidia GPUs on multiple...
I've done some testing on this with FreeBSD 14 and the only patch needed to make things work is the changes to `setup_allrouters_membership()` in device-bsd44.c ``` diff --git a/device-bsd44.c b/device-bsd44.c...
I've been doing some testing of this as I am quite keen on the PREF64 support and it all seems happy under Linux (Debian 12), but FreeBSD 14 still needs...
> Thanks for noting these issues [@LMC53](https://github.com/LMC53)! As you say the first issue would be fixed if we upstream our fusesoc changes, this is on our radar but won't happen...
> Thank you so much for raising this issue. I would be happy to have a note in the README regarding this. Would any of you mind writing the text...
I've made an attempt at a PR to flip that logic around. The README may want some tweaking, but it gets the point across. I've tested this in-hardware on the...
[RFC4861, Section 4.2](https://datatracker.ietf.org/doc/html/rfc4861#section-4.2) is likely the correct reference. [RFC5175 Section 3](https://datatracker.ietf.org/doc/html/rfc5175#section-3) has a list of where all of the other flags come from. > as I’m trying myself to find...