]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester)
authorPhil Oester <kernel@linuxace.com>
Fri, 1 Oct 2004 21:32:39 +0000 (21:32 +0000)
committerPatrick McHardy <kaber@trash.net>
Fri, 1 Oct 2004 21:32:39 +0000 (21:32 +0000)
extensions/libipt_owner.c

index 9d112cf3b81d746859e190336b9b838f2fe92523..671efbb5a2447f86d6ce91a1fedb970e45e907f3 100644 (file)
@@ -22,6 +22,7 @@ help(void)
 "[!] --pid-owner processid  Match local pid\n"
 "[!] --sid-owner sessionid  Match local sid\n"
 "[!] --cmd-owner name       Match local command name\n"
+"NOTE: pid, sid and command matching are broken on SMP\n"
 "\n",
 IPTABLES_VERSION);
 #else
@@ -31,6 +32,7 @@ IPTABLES_VERSION);
 "[!] --gid-owner groupid    Match local gid\n"
 "[!] --pid-owner processid  Match local pid\n"
 "[!] --sid-owner sessionid  Match local sid\n"
+"NOTE: pid and sid matching are broken on SMP\n"
 "\n",
 IPTABLES_VERSION);
 #endif /* IPT_OWNER_COMM */