Date: Mon, 14 Dec 2009 22:55:20 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/vge if_vge.c Message-ID: <200912142255.nBEMtfc1074523@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-12-14 22:55:20 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: SVN rev 200558 on 2009-12-14 22:55:20Z by yongari Tell upper layer vge(4) supports long frames. This should be done after ether_ifattach(), as ether_ifattach() initializes it with ETHER_HDR_LEN. While I'm here remove setting if_mtu, it's already handled in ether_ifattach(). Revision Changes Path 1.62 +3 -1 src/sys/dev/vge/if_vge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912142255.nBEMtfc1074523>