Wilkinson, Alex wrote: > 0n Wed, Jul 18, 2007 at 08:27:30PM -0700, Joseph wrote: > > >3. Is there a command in Solaris to verify TOE like "netstat -ont" in > Windows? > I have enabled TOE in BIOS and no way to know if Solaris is actually > using it. > > In the BSD world ifconfig(1) will print out options being used e.g. > > #ifconfig em0 | grep -i options > options=8b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWCSUM> > > Maybe solaris is the same ?
No. Not long ago I was wondering the same thing, so I wrote a small program to do this. How to compile it and use it can be found in this thread: http://www.opensolaris.org/jive/thread.jspa?threadID=31058&tstart=150 And you can download the most recent source code from here: http://www.opensolaris.org/os/community/networking/files/ifcapability.c.gz Let me know how it goes for you. Cheers, Darren _______________________________________________ networking-discuss mailing list [email protected]
