Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 17:27:09 -0700 (PDT)
From:      Kelly Yancey <kbyanc@posi.net>
To:        Kelly Yancey <kbyanc@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/netinet if_ether.c src/sys/net         if_iso88025subr.c iso88025.h
Message-ID:  <20020617172132.R72633-100000@gateway.posi.net>
In-Reply-To: <200206180015.g5I0FV070856@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Jun 2002, Kelly Yancey wrote:

> kbyanc      2002/06/17 17:15:31 PDT
>
>   Modified files:        (Branch: RELENG_4)
>     sys/netinet          if_ether.c
>     sys/net              if_iso88025subr.c iso88025.h
>   Log:
>   MFC netinet/if_ether.c:1.93-1.94,
>       net/if_iso88025subr.c:1.21,
>       net/iso88025.h:1.6-1.8:
>           Move ISO88025 source routing information into sockaddr_dl's
>           sdl_data field.  This returns the sdl_data field to a
>           variable-length field.  More importantly, this prevents a
>           easily-reproduceable data-corruption bug when the interface name
>           plus the hardware address exceed the sdl_data field's original 12
>           byte limit.  However, token-ring interfaces may still overflow the
>           new sdl_data field's 46 byte limit if the interface name exceeds 6
>           characters (since 6 characters for interface name plus 6 for hardware
>           address plus 34 for source routing = the size of sdl_data).
>

  Maybe now I'll get some feedback for those individuals rumored to own
token-ring equipment.  Or perhaps almost 2 months of silence is a remarkably
good sign that these changes didn't adversely affect them at all.  I can hope,
can't I? :)

  Kelly

--
Kelly Yancey -- kbyanc@{posi.net,FreeBSD.org}
Visit the BSD driver database: http://www.posi.net/freebsd/drivers/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617172132.R72633-100000>