STEAL: enable for multiprotocol

This commit is contained in:
Jan Engelhardt
2009-05-14 21:34:47 +02:00
parent fe7a66f3cb
commit 471e747fc0
2 changed files with 4 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ static void steal_tg_check(unsigned int flags)
static struct xtables_target steal_tg_reg = {
.version = XTABLES_VERSION,
.name = "STEAL",
.family = AF_INET,
.family = AF_UNSPEC,
.size = XT_ALIGN(0),
.userspacesize = XT_ALIGN(0),
.help = steal_tg_help,