|
|
43df5c |
From d9db0c35351a960a141e9ddc30cf6f09c9c27c8b Mon Sep 17 00:00:00 2001
|
|
|
43df5c |
From: Phil Sutter <psutter@redhat.com>
|
|
|
43df5c |
Date: Thu, 18 Apr 2019 13:29:43 +0200
|
|
|
43df5c |
Subject: [PATCH] man: iptables-save: Add note about module autoloading
|
|
|
43df5c |
|
|
|
43df5c |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1691380
|
|
|
43df5c |
Upstream Status: iptables commit 3390007a11cbc
|
|
|
43df5c |
|
|
|
43df5c |
commit 3390007a11cbc45de1522f99ae751a3c5d55dd6f
|
|
|
43df5c |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
43df5c |
Date: Tue Mar 26 19:03:43 2019 +0100
|
|
|
43df5c |
|
|
|
43df5c |
man: iptables-save: Add note about module autoloading
|
|
|
43df5c |
|
|
|
43df5c |
Using '-t' parameter in iptables-save might lead to kernel module
|
|
|
43df5c |
loading, just like with iptables itself. Copy the hint from iptables.8
|
|
|
43df5c |
to inform users.
|
|
|
43df5c |
|
|
|
43df5c |
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
43df5c |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
|
|
43df5c |
|
|
|
43df5c |
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
|
|
43df5c |
---
|
|
|
43df5c |
iptables/iptables-save.8.in | 7 +++++--
|
|
|
43df5c |
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
43df5c |
|
|
|
43df5c |
diff --git a/iptables/iptables-save.8.in b/iptables/iptables-save.8.in
|
|
|
43df5c |
index 4091c0a595575..c3f1bd2152c58 100644
|
|
|
43df5c |
--- a/iptables/iptables-save.8.in
|
|
|
43df5c |
+++ b/iptables/iptables-save.8.in
|
|
|
43df5c |
@@ -44,8 +44,11 @@ inspect /proc/sys/kernel/modprobe to determine the executable's path.
|
|
|
43df5c |
include the current values of all packet and byte counters in the output
|
|
|
43df5c |
.TP
|
|
|
43df5c |
\fB\-t\fR, \fB\-\-table\fR \fItablename\fP
|
|
|
43df5c |
-restrict output to only one table. If not specified, output includes all
|
|
|
43df5c |
-available tables.
|
|
|
43df5c |
+restrict output to only one table. If the kernel is configured with automatic
|
|
|
43df5c |
+module loading, an attempt will be made to load the appropriate module for
|
|
|
43df5c |
+that table if it is not already there.
|
|
|
43df5c |
+.br
|
|
|
43df5c |
+If not specified, output includes all available tables.
|
|
|
43df5c |
.SH BUGS
|
|
|
43df5c |
None known as of iptables-1.2.1 release
|
|
|
43df5c |
.SH AUTHORS
|
|
|
43df5c |
--
|
|
|
43df5c |
2.21.0
|
|
|
43df5c |
|