You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/22 18:39:08 UTC

[GitHub] [incubator-nuttx] rzr opened a new pull request #2069: freedom-k64f/demo: Support DHCP renew tool

rzr opened a new pull request #2069:
URL: https://github.com/apache/incubator-nuttx/pull/2069


   Usage:
   
       nsh> ifconfig
   
       eth0    Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at UP
               inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0
   
       nsh> renew eth0 && ifconfig
   
       eth0    Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at UP
               inet addr:192.168.1.42 DRaddr:192.168.1.254 Mask:255.255.255.0
   
   CONFIG_NETDB_DNSCLIENT is needed for
   
       apps/netutils/netinit/netinit.c:659: \
       undefined reference to `netlib_set_ipv4dnsaddr'
   
   Change-Id: I54b8495637baf0f3f28abf67d4d4ce861ef49ced
   Bug: https://github.com/apache/incubator-nuttx/issues/1988
   Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr
   Signed-off-by: Philippe Coval <rz...@users.sf.net>
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2069: freedom-k64f/demo: Support DHCP renew tool

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2069:
URL: https://github.com/apache/incubator-nuttx/pull/2069


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org