summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/iptables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/iptables.c b/src/iptables.c
index c65f9efc..a5774ada 100755
--- a/src/iptables.c
+++ b/src/iptables.c
@@ -1546,6 +1546,9 @@ struct xtables_globals iptables_globals = {
.option_offset = 0,
.opts = iptables_opts,
.orig_opts = iptables_opts,
+#if XTABLES_VERSION_CODE > 10
+ .compat_rev = xtables_compatible_revision,
+#endif
};
static struct xtables_target *prepare_target(struct connman_iptables *table,