Date: Thu, 29 Nov 2007 11:10:39 +0100 From: Stefan Sperling <stsp@stsp.name> To: Sam Leffler <sam@errno.com> Cc: hackers@freebsd.org Subject: presenting WOL to the user (was: Re: How to add wake on lan support for your card) Message-ID: <20071129101039.GE1513@ted.stsp.lan> In-Reply-To: <20071128184545.GD22259@jack.stsp.lan> References: <20071125174204.GT1463@ted.stsp.lan> <452840.43857.qm@web38013.mail.mud.yahoo.com> <20071125214850.GY1463@ted.stsp.lan> <200711281613.lASGDSui016057@fire.js.berklix.net> <20071128180618.GC22259@jack.stsp.lan> <474DB348.4060803@errno.com> <20071128184545.GD22259@jack.stsp.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
--n+lFg1Zro7sl44OB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2007 at 07:45:45PM +0100, Stefan Sperling wrote: > On Wed, Nov 28, 2007 at 10:28:24AM -0800, Sam Leffler wrote: > > I really want to see the WOL support get into the tree. >=20 > Cool. >=20 > > I looked at it=20 > > before and had some issues with ifconfig integration which is mostly wh= y=20 > > it's not already there. >=20 > You mean you are hacking on it as well (independently) > or you were trying my patch? Sam, nevermind that question of mine. I thought about this again. I suppose you have issues with the way I made ifconfig present WOL information to the user? $ ifconfig vr0 vr0: flags=3D8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 inet 10.42.42.2 netmask 0xffffff00 broadcast 10.42.42.255 ether 00:0b:6a:d5:1e:b1 media: Ethernet autoselect (100baseTX <full-duplex>) status: active ---> supported wake events: unicast magic ---> will wake on: magic Adding two new lines of output for a minor feature like that is indeed overkill. Actually I have been thinking about this for a while. Maybe the WOL information should somehow be integrated into interface flags? There would be quite a few wake on lan options to be squeezed into the flags though: magic packet, link status, unicast, broadcast, multicast (at least). This would look somewhat like: vr0: flags=3DXXXX<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,WOLMAGIC,WOLLIN= K,WOLUCAST,WOLBCAST,WOLMCAST> mtu 1500 Would that be better? I don't know how crowded the flag bit space already is though, because I had no time to look at it yet. How do you think could the available WOL options be presented to the user? Clearly flags can't be used for this. Maybe we should simply drop this functionality, and operate like the ifconfig "polling" option -- simply return an error if the interface does not support the requested WOL event, but don't provide other means of finding out what it does actually support? Or should we introduce a special ifconfig subcommand to query this information? Has anyone got better ideas? Thanks, --=20 stefan http://stsp.name PGP Key: 0xF59D25F0 --n+lFg1Zro7sl44OB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHTpAf5dMCc/WdJfARAsKPAJoC57tzmvbd7rOC84JLTLEYMQQIywCg52gg MrLZDk0XgZoAN1OFZH7kzm0= =7rap -----END PGP SIGNATURE----- --n+lFg1Zro7sl44OB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071129101039.GE1513>