[Bug 218579] bge(4): Wake on Lan (WoL) does not work
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 08:43:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #54 from Cy Schubert <cy@FreeBSD.org> --- When bge(4) is a member of a lagg(4) you will not see WOL listed in ifconfig bge0 output. You must /etc/rc.d/netif stop lagg0 before power off in /etc/rc.shutdown or /etc/rc.final. And when bge(4) is a member of a lagg(4) you must enable it only through rc.conf and either boot or use service netif. The reason for this is that lagg(4) has no knowledge of WOL. bge(4) will inherit lagg(4)'s view of the interface (without WOL). -- You are receiving this mail because: You are on the CC list for the bug.