mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-14 08:34:56 +02:00
extensions: bump revision number to avoid possible POM clash
Users still using a kernel with POM modules may have problems due to differing binary structures. Bump the revision numbers of the Xtables-addons modules, to make them distinct from POM.
This commit is contained in:
@@ -228,7 +228,7 @@ static void ipp2p_mt_save(const void *entry, const struct xt_entry_match *match)
|
||||
static struct xtables_match ipp2p_mt_reg = {
|
||||
.version = XTABLES_VERSION,
|
||||
.name = "ipp2p",
|
||||
.revision = 0,
|
||||
.revision = 1,
|
||||
.family = AF_INET,
|
||||
.size = XT_ALIGN(sizeof(struct ipt_p2p_info)),
|
||||
.userspacesize = XT_ALIGN(sizeof(struct ipt_p2p_info)),
|
||||
|
Reference in New Issue
Block a user