• Home
Name Date Size #Lines LOC

..--

.gitignoreD12-May-2024295 2924

BUILD.gnD12-May-20244.7 KiB151132

COPYINGD12-May-202417.7 KiB340281

OAT.xmlD12-May-202427.4 KiB198145

README.OpenSourceD12-May-2024527 1211

README.mdD12-May-2024987 2014

backport-Improve-error-messages-for-unsupported-extensions.patchD12-May-20243.2 KiB9177

backport-libxtables-Register-only-the-highest-revision-extension.patchD12-May-20242.4 KiB6559

backport-nft-Expand-extended-error-reporting-to-nft_cmd-too.patchD12-May-20242.8 KiB9682

backport-nft-Fix-EPERM-handling-for-extensions-without-rev-0.patchD12-May-20242.3 KiB7063

backport-xshared-Fix-response-to-unprivileged-users.patchD12-May-20243.8 KiB131118

backport-xtables-restore-Extend-failure-error-message.patchD12-May-20241.4 KiB4538

bugfix-add-check-fw-in-entry.patchD12-May-20243.3 KiB136123

bundle.jsonD12-May-20241 KiB3535

enabled-makecheck-in-extensions.patchD12-May-2024920 3627

install.shD12-May-2024683 225

iptables-1.8.7.tar.bz2D12-May-2024415.6 KiB

iptables-configD12-May-20242.1 KiB6050

iptables.initD12-May-202410.3 KiB441329

iptables.serviceD12-May-2024398 1714

iptables.specD12-May-202413 KiB419349

sysconfig_ip6tablesD12-May-2024635 1615

sysconfig_iptablesD12-May-2024550 1514

tests-extensions-add-some-testcases.patchD12-May-202421.3 KiB476462

README.OpenSource

1[
2    {
3        "Name"                  : "iptables",
4        "License"               : "GPL V2.0",
5        "License File"          : "COPYING",
6        "Version Number"        : "1.8.7-11.oe2203sp1",
7        "Owner"                 : "lichunlin2@huawei.com",
8        "Upstream URL"          : "https://netfilter.org/",
9        "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."
10    }
11]
12

README.md

1What is iptables?
2iptables 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.
3
4Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too.
5
6The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter.
7
8Dependencies
9iptables requires a kernel that features the ip_tables packet filter. This includes all 2.4.x and later kernel releases.
10
11Main Features
12listing the contents of the packet filter ruleset
13adding/removing/modifying rules in the packet filter ruleset
14listing/zeroing per-rule counters of the packet filter ruleset
15Git Tree
16The current development version of iptables can be accessed at https://git.netfilter.org/iptables/.
17
18Authors
19iptables was mostly written by the netfilter core team, but it has received numerous contributions from many individuals.
20