Subject: Re: dhcpd
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 09/12/2007 18:10:48
On Wed, Sep 12, 2007 at 06:05:26PM +0100, Patrick Welche wrote:
> Yes. With new if.c
> 
> Breakpoint 1, discover_interfaces (state=1)
>     at /usr/src/dist/dhcp/common/discover.c:138
> 138     {
> (gdb) print interfaces
> $1 = (struct interface_info *) 0x0
> 
> with old if.c
> 
> Breakpoint 1, discover_interfaces (state=1)
>     at /usr/src/dist/dhcp/common/discover.c:138
> 138     {
> (gdb) print interfaces
> $1 = (struct interface_info *) 0x80d4000

Sorry - that was a red herring..

Patrick