lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] bug #16602: PPP interface not reported as UP, so incomi


From: Guillermo Prandi
Subject: RE: [lwip-users] bug #16602: PPP interface not reported as UP, so incoming packets are rejected.
Date: Wed, 24 May 2006 15:40:45 -0300

Well, since sifdown() in ppp.c calls netif_remove(), calling netif_set_down() doesn't seem necessary. However, it might be added for clarification purposes, or perhaps for supporting future changes in the lwip core.
 
Guille
 

From: Wilson, Clive
Subject: RE: [lwip-users] bug #16602: PPP interface not reported as UP, so incoming packets are rejected.
Date: Tue, 23 May 2006 11:19:44 +0100

Guille,

Also, how about when calling sifdown() in ppp.c? I think this needs a call to netif_set_down() for similar reasons. What do you think?

Kind regards,

CTW

> -----Original Message-----
> From: Guillermo Prandi [mailto:address@hidden]
> Sent: 17 May 2006 14:45
> To: LWIP (E-mail)
> Subject: [lwip-users] bug #16602: PPP interface not reported
> as UP, so incoming packets are rejected.
>
> Hi, I just filed a bug I think I found. You can know about it here:
>
> http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16602
>
> I wish to learn if others have encountered this bug too, or
> perhaps it is
> not a bug but something I am not doing right.
>
> When receiving an UDP packet from PPP, ip_input() is
> rejecting the packet
> ("ip_input: packet not for us.") even when the PPP interface
> is actually UP.
> Adding a call to netif_set_up() in ppp.c:sifup () seems to
> solve the problem.
> I am using version 1.1.1.
>
> Guille


reply via email to

[Prev in Thread] Current Thread [Next in Thread]