summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-21 08:46:49 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-21 08:46:49 +0200
commit107dca41800f7aeb6600438ea3aaf0fd66019417 (patch)
tree938cff4761b93d1d0c93b05ec891d17bc03ba661 /extensions
parent79e1f97a966e82155ebc00b30e3b60c48d060448 (diff)
libxt_conntrack: remove one misleading comment
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_conntrack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_conntrack.c b/extensions/libxt_conntrack.c
index 8e1777e3..a4011252 100644
--- a/extensions/libxt_conntrack.c
+++ b/extensions/libxt_conntrack.c
@@ -143,8 +143,8 @@ static const struct xt_option_entry conntrack2_mt_opts[] = {
};
#undef s
-#define s struct xt_conntrack_mtinfo3 /* for v1-v3 */
-/* We exploit the fact that v1-v3 share the same layout */
+#define s struct xt_conntrack_mtinfo3
+/* Difference from v2 is the non-NBO form. */
static const struct xt_option_entry conntrack3_mt_opts[] = {
{.name = "ctstate", .id = O_CTSTATE, .type = XTTYPE_STRING,
.flags = XTOPT_INVERT},