This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 8cc06ac5c testing/monkey: refact monkey test
new 2f9d98cab netutils/netlib: Add support for add/del a single IPv6
address
new 56ef320d6 nshlib/ifconfig: Add support for add/del a single IPv6
address
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/netutils/netlib.h | 14 +++++++
netutils/netlib/CMakeLists.txt | 1 +
netutils/netlib/Makefile | 1 +
.../{netlib_setipv4addr.c => netlib_addipv6addr.c} | 41 ++++++++++--------
.../{netlib_setipv4addr.c => netlib_delipv6addr.c} | 41 ++++++++++--------
netutils/netlib/netlib_setipv4addr.c | 2 +-
nshlib/nsh_command.c | 2 +-
nshlib/nsh_netcmds.c | 48 +++++++++++++++++++---
8 files changed, 110 insertions(+), 40 deletions(-)
copy netutils/netlib/{netlib_setipv4addr.c => netlib_addipv6addr.c} (67%)
copy netutils/netlib/{netlib_setipv4addr.c => netlib_delipv6addr.c} (66%)