Name Date Size

..25-Oct-20244 KiB

.gitignoreH A D25-Oct-2024295

backport-ebtables-translate-Print-flush-command-after-parsing-is-finished.patchH A D25-Oct-20241.6 KiB

backport-extensions-among-Fix-for-use-with-ebtables-restore.patchH A D25-Oct-20242.1 KiB

backport-extensions-libebt_redirect-Fix-xlate-return-code.patchH A D25-Oct-20241 KiB

backport-extensions-libipt_ttl-Sanitize-xlate-callback.patchH A D25-Oct-20241.2 KiB

backport-Improve-error-messages-for-unsupported-extensions.patchH A D25-Oct-20243.2 KiB

backport-iptables-Fix-handling-of-non-existent-chains.patchH A D25-Oct-20242.1 KiB

backport-iptables-Plug-memleaks-in-print_firewall.patchH A D25-Oct-20243.2 KiB

backport-iptables-restore-Free-handle-with-test-also.patchH A D25-Oct-20241.7 KiB

backport-libxtables-Register-only-the-highest-revision-extension.patchH A D25-Oct-20242.4 KiB

backport-nft-Expand-extended-error-reporting-to-nft_cmd-too.patchH A D25-Oct-20242.8 KiB

backport-nft-Fix-EPERM-handling-for-extensions-without-rev-0.patchH A D25-Oct-20242.3 KiB

backport-nft-Plug-memleak-in-nft_rule_zero_counters.patchH A D25-Oct-20241.8 KiB

backport-xshared-Fix-response-to-unprivileged-users.patchH A D25-Oct-20243.8 KiB

backport-xtables-eb-fix-crash-when-opts-isn-t-reallocated.patchH A D25-Oct-2024878

backport-xtables-restore-Extend-failure-error-message.patchH A D25-Oct-20241.4 KiB

bugfix-add-check-fw-in-entry.patchH A D25-Oct-20243.3 KiB

BUILD.gnH A D25-Oct-20244.8 KiB

bundle.jsonH A D25-Oct-20241.9 KiB

COPYINGH A D25-Oct-202417.7 KiB

enabled-makecheck-in-extensions.patchH A D25-Oct-2024920

install.shH A D25-Oct-2024683

iptables-1.8.7.tar.bz2H A D25-Oct-2024423.8 KiB

iptables-configH A D25-Oct-20242.1 KiB

iptables.initH A D25-Oct-202410.3 KiB

iptables.serviceH A D25-Oct-2024398

iptables.specH A D25-Oct-202414.4 KiB

OAT.xmlH A D25-Oct-202427.4 KiB

README.mdH A D25-Oct-2024987

README.OpenSourceH A D25-Oct-2024537

sysconfig_ip6tablesH A D25-Oct-2024635

sysconfig_iptablesH A D25-Oct-2024550

tests-extensions-add-some-testcases.patchH A D25-Oct-202421.3 KiB

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

README.OpenSource

1[
2    {
3        "Name"                  : "openEuler:iptables",
4        "License"               : "GPL V2.0",
5        "License File"          : "COPYING",
6        "Version Number"        : "1.8.7-14.oe2203sp3",
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