[PATCH] mostly aesthetic, plus a small type fix for interface.c

Robert P. J. Day rpjday at mindspring.com
Tue Jun 20 14:56:30 PDT 2006


On Tue, 20 Jun 2006, Rob Landley wrote:

> On Tuesday 20 June 2006 12:59 pm, Robert P. J. Day wrote:
> >   as before, aesthetically cleaner structure initialization, plus a
> > small fix to the title field for PPP.
> >
> >   once this is applied, i'll submit a small patch that handles the
> > "sit0" (IPv6-in-IPv4) interface properly.
>
> Show me the small patch that applies on top of this one, please...

ack.  first, i'd have to apply my submitted but not applied patches to
my sandbox to get to that point.  in a nutshell, the changes to
interface.c to properly support the "sit0" interface would involve
nothing more than defining a "struct hwtype sit_hwtype" with the
appropriate values.  that is, ARPHRD_SIT and setting
suppress_null_addr to avoid printing out that long string of "00"s for
the hardware address.  that's it.

rday



More information about the busybox mailing list