summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorkaber <kaber>2004-10-03 20:36:54 +0000
committerkaber <kaber>2004-10-03 20:36:54 +0000
commit1e0d1247f36ec5f1d90fafec7bec781aa98d1778 (patch)
tree788e4bc5b9ca47fd9d137567b43c5b57c75ed3f4 /extensions
parente772963950bab876d429cd30b36037dbdb1e967c (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 8a31ca4..99680a6 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 1394aca..b635e7d 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