Re: detaching ethernet interfaces..
Re: detaching ethernet interfaces..
- Subject: Re: detaching ethernet interfaces..
- From: Vincent Lubet <email@hidden>
- Date: Fri, 25 Jan 2002 15:00:17 -0800
On Friday, January 25, 2002, at 02:26 PM, Andrew Gallatin wrote:
While I've got your attention:
Do you have any plans to accommodate jumbo frames? It looks like I'm
going to have to somehow override ether_inet_prmod_ioctl() to allow
setting a 9000 byte mtu on my device. For now, I'm just resetting
if_mtu after calling ether_ifattach(), but it would be nice to allow
the user to change the mtu..
This should work as the loopback interface has a MTU of 16 KB -- the MTU
is device specific.
Vincent