mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
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:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user