xt_TEE: do not retain iif and mark on cloned packet

Patrick McHardy explains in [1] that locally-generated packets (such
as the clones xt_TEE will create) usually start with no iif and no
mark value, and even if cloned packets are a little more special than
locally-generated ones, let's do it that way.

[1] http://marc.info/?l=netfilter-devel&m=127012289008156&w=2
This commit is contained in:
Jan Engelhardt
2010-04-02 16:59:13 +02:00
parent 295b6b6d73
commit 987402dc61
2 changed files with 1 additions and 13 deletions

View File

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