liqinhuixm opened a new pull request, #2114: URL: https://github.com/apache/nuttx-apps/pull/2114
## Summary Add the renew6 command for dhcp6c. The command can supports two mode Stateless and Stateful. The renew6 is used as follows: - Stateless: renew6 eth0 - Stateful: renew6 eth0 1 ## Impact The renew6 comand can obtain an IPv6 address for a specify interface using the dhcpv6 protocol. ## Testing Use the following steps to verify the renew6 command function. - Open the configuration option `SYSTEM_DHCPC_RENEW6` - Up interface, for example `ifup eth0` - Obtain IPv6 address, `renew6 eth0 1` - Check the obtained IPv6 address, `ifconfig eth0` -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org