Jan Engelhardt wrote:
Introduce the xt_MARK target revision 2. It uses fixed types, with the goal of obsoleting revision 0 and 1 some day (uses nonfixed types). xt_MARK rev 2 also uses more expressive XOR logic.
Can I see a userspace patch for this please? :)
@@ -158,6 +169,22 @@ static struct xt_target mark_tg_reg[] __ .table = "mangle", .me = THIS_MODULE, }, + { + .name = "MARK", + .revision = 2, + .family = AF_INET, + .target = mark_tg, + .targetsize = sizeof(struct xt_mark_target_info_v2), + .me = THIS_MODULE, + },
And please keep this aligned to the already existing ones. - 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