summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2004-10-03 20:36:54 +0000
committerPatrick McHardy <kaber@trash.net>2004-10-03 20:36:54 +0000
commit373f8e9a4d0b7794290f590b5664d3718bfbde15 (patch)
tree788e4bc5b9ca47fd9d137567b43c5b57c75ed3f4 /extensions
parent2608b6e268635aca5d885cd551b4d3d6f4dbd7e6 (diff)
Mention owner brokenness in manpage
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libip6t_owner.man2
-rw-r--r--extensions/libipt_owner.man2
2 files changed, 4 insertions, 0 deletions
diff --git a/extensions/libip6t_owner.man b/extensions/libip6t_owner.man
index 8a31ca40..99680a6e 100644
--- a/extensions/libip6t_owner.man
+++ b/extensions/libip6t_owner.man
@@ -19,3 +19,5 @@ process id.
.BI "--sid-owner " "sessionid"
Matches if the packet was created by a process in the given session
group.
+.TP
+.B NOTE: pid, sid and command matching are broken on SMP
diff --git a/extensions/libipt_owner.man b/extensions/libipt_owner.man
index 1394aca6..b635e7d9 100644
--- a/extensions/libipt_owner.man
+++ b/extensions/libipt_owner.man
@@ -24,3 +24,5 @@ group.
Matches if the packet was created by a process with the given command name.
(this option is present only if iptables was compiled under a kernel
supporting this feature)
+.TP
+.B NOTE: pid, sid and command matching are broken on SMP