2017-07-27 13:47 GMT+08:00 frognidie <[email protected]>:
> Hi
> Thanks a lot for your reply!
> But I still do not know  how to "up".
> I used the fixed IP not the DHCP.
> The code is like this :
> setup the ip,netmask,gw
> 1)netif_add(netif,ip,netmask,gw,...);
> 2)netif_set_default(netif);
> 3)netif_set_up(netif);
> Is there any other function I need to add ?
netif_set_link_up()

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to