[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Network won't run
From: |
Hisham Kotry |
Subject: |
Re: Network won't run |
Date: |
Thu, 9 Oct 2003 08:13:25 -0700 (PDT) |
--- "Alfred M. Szmidt" <ams@kemisten.nu> wrote:
> Marco already hacked pfinet so that it can recive and send packets
> with a source address of INADDR_NONE, according to him it should
> work.
> I haven't had the time todo any extensive testing, or hacking ISC
> DHCP
> to setup the interface for us.
Nope, the patches only allow you to set INADDR_NONE as an address for
an interface, and configure routing, that doesn't fix it, udp_sendmsg()
and ip_route_output_slow() don't touch the inet_device associated with
the output interface, udp_sendmsg() passes the socket bound device's
index as an argument to ip_route_output() wich uses it _only_ when
resolving an output route fails, wich is the case when the interfaces
on your system have no addresses.
Cheers,
Kotry
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
Re: Network won't run, Marco Gerards, 2003/10/08
Re: Network won't run, Ciro Cavani, 2003/10/08