Hi,
  
I'm having a hard time setting the mtu on some of my cards.  They are DEC
205's.  They work fine...  but I have to set the mtu to 1492 so adsl
works.

su-2.03# ifconfig le0 mtu 1492
ifconfig: ioctl (set mtu): Invalid argument
su-2.03# ifconfig le0
le0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500   
        inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255
        ether 00:00:f8:51:63:17

I took a look at /usr/src/sys/i386/isa/if_le.c and changed where it set 
ifp->if_mtu = ETHERMTU; to 1492 instead (then recompiled)... it didn't
have any effect.

Any ideas?
Thanks.
--
Matt Gostick <[EMAIL PROTECTED]>
http://www.crazylogic.net/~matt



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to