Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dhcpcd testing



On Sat, 2008-08-02 at 20:38 -0700, Hisashi T Fujinaka wrote:
> Another data point:
> 
> The latest dhcpcd snapshot did not work, but dhcpcd-3.2.3 works fine.

That is really weird as the code that adds the address to the interface
is the same as in -4 pretty much. The only real changes made were by
Joerg changing instances of this

union {
        char *data;
        struct some_struct st*;
} foo;

Into memcpy from data onto struct.

Thanks

Roy



Home | Main Index | Thread Index | Old Index