On Wednesday 2015-12-23 16:33, Shivani Bhardwaj wrote: >+++ b/extensions/libxt_MARK.c >@@ -242,7 +242,24 @@ static void mark_tg_save(const void *ip, const struct xt_entry_target *target) > { > const struct xt_mark_tginfo2 *info = (const void *)target->data; > >- printf(" --set-xmark 0x%x/0x%x", info->mark, info->mask); >+ printf(" --set mark 0x%x/0x%x", info->mark, info->mask); >+} This looks like it will break regular iptables. -- 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