summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
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