lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #25687] netif_add with LWIP_IGMP enabled


From: Frédéric Bernon
Subject: [lwip-devel] [bug #25687] netif_add with LWIP_IGMP enabled
Date: Mon, 23 Feb 2009 23:57:39 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729)

Update of bug #25687 (project lwip):

                  Status:                    None => Invalid                

    _______________________________________________________

Follow-up Comment #1:

netif::flags have to be initialized by your "netif::init" function (same for
others flags, like NETIF_FLAG_BROADCAST, NETIF_FLAG_ETHARP,
NETIF_FLAG_LINK_UP, ...).

"netif::init" is called by netif_add AFTER most of variables have been
initialized : 

/* call user specified initialization function for netif */
if (init(netif) != ERR_OK) {
  return NULL;
}


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25687>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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