lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #6901] PPP callback with netif


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #6901] PPP callback with netif
Date: Fri, 16 Oct 2009 12:06:11 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3

Update of patch #6901 (project lwip):

                  Status:                    None => Wont Do                
             Assigned to:                    None => goldsimon              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I just checked and you can use LWIP_NETIF_STATUS_CALLBACK for that:

- define LWIP_NETIF_STATUS_CALLBACK to 1 in your lwipopts.h
- set the status callback function using netif_set_status_callback()
- once the ppp code calls netif_add()/netif_set_up(), your status callback
will be called and you can get the netif's IP address

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6901>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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