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

@@ -1076,6 +1076,7 @@ static void pknock_mt_destroy(const struct xt_mtdtor_param *par)
static struct xt_match xt_pknock_mt_reg __read_mostly = {
.name = "pknock",
.revision = 1,
.family = NFPROTO_IPV4,
.matchsize = sizeof (struct ipt_pknock),
.match = pknock_mt,