This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 275a08346 ci: retry git clone for nuttx-ntfc-testing
new 97485342a netlib_ipv6route.c: fix the issue of parsing IPv6 routing
entries
new 5d15d9741 netlib: replace DNS ping with gateway ping for connectivity
check
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 | 41 +++-
netutils/netlib/CMakeLists.txt | 4 +-
netutils/netlib/Makefile | 4 +-
netutils/netlib/netlib_checkifconnectivity.c | 7 +-
netutils/netlib/netlib_checkipconnectivity.c | 341 ++++++++++++++++++++++++---
netutils/netlib/netlib_ipv6route.c | 12 +-
6 files changed, 369 insertions(+), 40 deletions(-)