From 48c7373f219d535dac38bfc8555ff4cb923c74a7 Mon Sep 17 00:00:00 2001 From: maosiping Date: Thu, 16 Jun 2022 11:48:41 +0800 Subject: [PATCH] add bundle.json and readme Signed-off-by: maosiping --- README.md | 19 +++++++++++++++++++ bundle.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 README.md create mode 100644 bundle.json diff --git a/README.md b/README.md new file mode 100644 index 00000000..8d4b330f --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +What is iptables? +iptables is the userspace command line program used to configure the Linux 2.4.x and later packet filtering ruleset. It is targeted towards system administrators. + +Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. + +The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter. + +Dependencies +iptables requires a kernel that features the ip_tables packet filter. This includes all 2.4.x and later kernel releases. + +Main Features +listing the contents of the packet filter ruleset +adding/removing/modifying rules in the packet filter ruleset +listing/zeroing per-rule counters of the packet filter ruleset +Git Tree +The current development version of iptables can be accessed at https://git.netfilter.org/iptables/. + +Authors +iptables was mostly written by the netfilter core team, but it has received numerous contributions from many individuals. diff --git a/bundle.json b/bundle.json new file mode 100644 index 00000000..43e5544e --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "name": "@ohos/iptables", + "description": "iptables is the userspace command line program used to configure the Linux 2.4.x and later packet filtering ruleset. It is targeted towards system administrators.", + "version": "v1.8.7", + "license": "GPL V2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/iptables" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYING", + "component": { + "name": "iptables", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file