]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_conntrack: remove one misleading comment
authorJan Engelhardt <jengelh@medozas.de>
Sun, 21 Aug 2011 06:46:49 +0000 (08:46 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 21 Aug 2011 06:46:49 +0000 (08:46 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_conntrack.c

index 8e1777e3fae161fbe6994b8c4a036be21a92545e..a4011252a820398a2f714ec89f799384048a2490 100644 (file)
@@ -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},