xt_TEE: do not limit use to mangle table

This commit is contained in:
Jan Engelhardt
2010-03-27 02:55:41 +01:00
parent 7338a2a400
commit 295b6b6d73
2 changed files with 1 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ HEAD
- TEE: decrease TTL on cloned packet
- TEE: set dont-fragment on cloned packets
- TEE: free skb when route lookup failed
- TEE: do not limit use to mangle table
Xtables-addons 1.24 (March 17 2010)

View File

@@ -308,7 +308,6 @@ static struct xt_target tee_tg_reg[] __read_mostly = {
.name = "TEE",
.revision = 0,
.family = NFPROTO_IPV4,
.table = "mangle",
.target = tee_tg4,
.targetsize = sizeof(struct xt_tee_tginfo),
.checkentry = tee_tg_check,
@@ -319,7 +318,6 @@ static struct xt_target tee_tg_reg[] __read_mostly = {
.name = "TEE",
.revision = 0,
.family = NFPROTO_IPV6,
.table = "mangle",
.target = tee_tg6,
.targetsize = sizeof(struct xt_tee_tginfo),
.checkentry = tee_tg_check,