TEE: do not use TOS for routing

Otherwise the cloned packet may be subject to more policy routing
rules than expected.
This commit is contained in:
Jan Engelhardt
2008-11-21 00:41:56 +01:00
parent bd99e950f5
commit f77a8e2eda

View File

@@ -57,7 +57,6 @@ static bool tee_routing(struct sk_buff *skb,
.nl_u = {
.ip4_u = {
.daddr = info->gw.ip,
.tos = RT_TOS(iph->tos),
.scope = RT_SCOPE_UNIVERSE,
}
}