mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
build: preliminary support for iptables 1.4.11
This commit is contained in:
@@ -73,9 +73,9 @@ static void gradm_mt_save(const void *ip, const struct xt_entry_match *match)
|
||||
const struct xt_gradm_mtinfo *info = (const void *)match->data;
|
||||
|
||||
if (info->invflags)
|
||||
printf("--disabled ");
|
||||
printf(" --disabled ");
|
||||
else
|
||||
printf("--enabled ");
|
||||
printf(" --enabled ");
|
||||
}
|
||||
|
||||
static struct xtables_match gradm_mt_reg = {
|
||||
|
Reference in New Issue
Block a user