https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
--- Comment #14 from Abraham122x <abra...@gmx.at> --- @Catwoolfii, thanks for guiding me how to compile. I managed it and now WOL is working on my machine as well. This is really great! @Kaho, I tried your suggestion and can confirm that also this source-code change works. Could we now also find the root cause of this issue resp. make me understand why this is not working properly? I see that this if statement if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) == 0) seems to be always false in my case, although in the interface capabilities and options the WOL_MAGIC flag is set. I will try some different source code variants to understand which parameter is causing my problem. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"