mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user