diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-02-17 14:05:35 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-02-17 14:05:35 +0100 |
commit | e422fd2773ff55a34f5109798fae44de78cd4608 (patch) | |
tree | 7528a8b84a8c2cc18c8076a27e6635099d11df4c | |
parent | 3e55c13513f90cabd525e3893602c0e7e126651e (diff) | |
download | platform_external_iptables-e422fd2773ff55a34f5109798fae44de78cd4608.tar.gz platform_external_iptables-e422fd2773ff55a34f5109798fae44de78cd4608.tar.bz2 platform_external_iptables-e422fd2773ff55a34f5109798fae44de78cd4608.zip |
doc: iptables provides up to 5 independent tables
This closes bugzilla:
http://bugzilla.netfilter.org/show_bug.cgi?id=807
Reported-by: Quentin Armitage <quentin@armitage.org.uk>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | iptables/ip6tables.8.in | 2 | ||||
-rw-r--r-- | iptables/iptables.8.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/iptables/ip6tables.8.in b/iptables/ip6tables.8.in index 24c6f661..86348548 100644 --- a/iptables/ip6tables.8.in +++ b/iptables/ip6tables.8.in @@ -87,7 +87,7 @@ or a rule in a built-in chain with target \fBRETURN\fP is matched, the target specified by the chain policy determines the fate of the packet. .SH TABLES -There are currently three independent tables (which tables are present +There are currently five independent tables (which tables are present at any time depends on the kernel configuration options and which modules are present). .TP diff --git a/iptables/iptables.8.in b/iptables/iptables.8.in index 013ac77a..9643705f 100644 --- a/iptables/iptables.8.in +++ b/iptables/iptables.8.in @@ -86,7 +86,7 @@ or a rule in a built-in chain with target \fBRETURN\fP is matched, the target specified by the chain policy determines the fate of the packet. .SH TABLES -There are currently three independent tables (which tables are present +There are currently five independent tables (which tables are present at any time depends on the kernel configuration options and which modules are present). .TP |