]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netfilter/x_tables.h
netfilter: xtables: unify {ip,ip6,arp}t_error_target
[net-next-2.6.git] / include / linux / netfilter / x_tables.h
index 24e5d01d27d07b860bfed06701fb2d864ee89bc3..742bec051440e4f800bbf00c5aee2ab468541958 100644 (file)
@@ -66,6 +66,11 @@ struct xt_standard_target {
        int verdict;
 };
 
+struct xt_error_target {
+       struct xt_entry_target target;
+       char errorname[XT_FUNCTION_MAXNAMELEN];
+};
+
 /* The argument to IPT_SO_GET_REVISION_*.  Returns highest revision
  * kernel supports, if >= revision. */
 struct xt_get_revision {