Re: NF [PATCH 4/6] Merge ipt_TOS into xt_DSCP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jan Engelhardt wrote:
Merge ipt_TOS into xt_DSCP.

Merge ipt_TOS (tos v0 target) into xt_DSCP. They both modify the same
field in the IPv4 header, so it seems reasonable to keep them in one
piece. This is part two of the implicit 4-patch series to move tos to
xtables and extend it by IPv6.

+	{
+		.name       = "TOS",
+		.revision   = 0,
+		.family     = AF_INET,
+		.table      = "mangle",
+		.target     = tos_tg_v0,
+		.targetsize = sizeof(struct ipt_tos_target_info),
+		.checkentry = tos_tg_check_v0,
+		.me         = THIS_MODULE,
+	},
 };

Also applied but fixed indentation. Thanks.
-
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

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux