> Hi, > I'm using lwIP and the socket IF. The lwIP 1.3.0 source file ethernetif.c > contains a function low_level_init which initializes some of the netif > flags; but it does not initialize the flag NETIF_FLAG_UP. I can't find > anywhere else in the code where this flag is set. Should this flag > (NETIF_FLAG_UP) be set in low_level_init with the other flags, if not where > should this > flag be set?
void netif_set_up(struct netif *netif) -- Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
