mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-09 06:04:56 +02:00
TEE: iptables -nL and -L produced conversely output
This commit is contained in:
@@ -83,9 +83,9 @@ static void tee_tg_print(const void *ip, const struct xt_entry_target *target,
|
|||||||
const struct xt_tee_tginfo *info = (const void *)target->data;
|
const struct xt_tee_tginfo *info = (const void *)target->data;
|
||||||
|
|
||||||
if (numeric)
|
if (numeric)
|
||||||
printf("TEE gw:%s ", ipaddr_to_anyname(&info->gw.in));
|
|
||||||
else
|
|
||||||
printf("TEE gw:%s ", ipaddr_to_numeric(&info->gw.in));
|
printf("TEE gw:%s ", ipaddr_to_numeric(&info->gw.in));
|
||||||
|
else
|
||||||
|
printf("TEE gw:%s ", ipaddr_to_anyname(&info->gw.in));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void tee_tg_save(const void *ip, const struct xt_entry_target *target)
|
static void tee_tg_save(const void *ip, const struct xt_entry_target *target)
|
||||||
|
Reference in New Issue
Block a user