quota2: support nameless counters

This commit is contained in:
Jan Engelhardt
2009-07-02 02:21:11 +02:00
parent fdf42a3a50
commit 822c6bebe2
3 changed files with 35 additions and 16 deletions

View File

@@ -121,7 +121,7 @@ static void quota_mt2_print(const void *ip, const struct xt_entry_match *match,
static struct xtables_match quota_mt2_reg = {
.family = AF_UNSPEC,
.revision = 2,
.revision = 3,
.name = "quota2",
.version = XTABLES_VERSION,
.size = XT_ALIGN(sizeof (struct xt_quota_mtinfo2)),