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 000a8bcdf Fix nuttx coding style
     new 7e7b108ef netutils/netlib: Add netfilter conntrack functions
     new 43a8e862e apps/system: Add conntrack command

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                          |  64 ++++
 netutils/netlib/CMakeLists.txt                     |   6 +
 netutils/netlib/Makefile                           |   6 +
 netutils/netlib/netlib_conntrack.c                 | 348 +++++++++++++++++++++
 system/conntrack/Kconfig                           |  32 ++
 .../touchscreen => system/conntrack}/Make.defs     |   6 +-
 {benchmarks/osperf => system/conntrack}/Makefile   |  12 +-
 system/conntrack/conntrack.c                       | 289 +++++++++++++++++
 8 files changed, 754 insertions(+), 9 deletions(-)
 create mode 100644 netutils/netlib/netlib_conntrack.c
 create mode 100644 system/conntrack/Kconfig
 copy {examples/touchscreen => system/conntrack}/Make.defs (91%)
 copy {benchmarks/osperf => system/conntrack}/Makefile (81%)
 create mode 100644 system/conntrack/conntrack.c

Reply via email to