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 2e0c1c1dd app/fstest: config the number of open file and the maximum 
size of file
     new 64f9dc100 netutils: Add iptables in netlib.
     new 19958f042 apps/system: Add iptables 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                          |  24 +
 netutils/netlib/Makefile                           |   3 +
 netutils/netlib/netlib_iptables.c                  | 569 +++++++++++++++++++++
 system/iptables/Kconfig                            |  32 ++
 {builtin => system/iptables}/Make.defs             |   6 +-
 .../mml_parser => system/iptables}/Makefile        |   9 +-
 system/iptables/iptables.c                         | 459 +++++++++++++++++
 7 files changed, 1096 insertions(+), 6 deletions(-)
 create mode 100644 netutils/netlib/netlib_iptables.c
 create mode 100644 system/iptables/Kconfig
 copy {builtin => system/iptables}/Make.defs (89%)
 copy {audioutils/mml_parser => system/iptables}/Makefile (81%)
 create mode 100644 system/iptables/iptables.c

Reply via email to