pknock: bump internal match revision number

Do this so that previous iptables installations do not mistakenly
operate with our new xt_pknock.
This commit is contained in:
Jan Engelhardt
2009-09-29 19:38:53 +02:00
parent 75f80fa8f8
commit 45515a0afd
2 changed files with 2 additions and 0 deletions

View File

@@ -334,6 +334,7 @@ static void pknock_save(const void *ip, const struct xt_entry_match *match)
static struct xtables_match pknock_match = {
.name = "pknock",
.version = XTABLES_VERSION,
.revision = 1,
.family = AF_INET,
.size = XT_ALIGN(sizeof (struct ipt_pknock)),
.userspacesize = XT_ALIGN(sizeof (struct ipt_pknock)),