Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/libxt_conntrack.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libxt_conntrack.c b/extensions/libxt_conntrack.c index 8e1777e..a401125 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}, -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html