]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Mention owner brokenness in manpage
authorPatrick McHardy <kaber@trash.net>
Sun, 3 Oct 2004 20:36:54 +0000 (20:36 +0000)
committerPatrick McHardy <kaber@trash.net>
Sun, 3 Oct 2004 20:36:54 +0000 (20:36 +0000)
extensions/libip6t_owner.man
extensions/libipt_owner.man

index 8a31ca400cf21dde3c9a5caf04b9e641843ed488..99680a6e010c5cfd12af889b0e49107b3c0aac89 100644 (file)
@@ -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
index 1394aca64377e10a56a7b35295b348d2b5b35dd5..b635e7d9bf9590995ee7eeb06e1dad6696da0430 100644 (file)
@@ -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