commit | 3d244121d88cd9b0baa12c25ff25561e7b4f71cd | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Mar 25 20:09:51 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 25 20:09:51 2008 -0700 |
tree | 5a8eba8517b481c1ae37d97764f0b01012dfe1af | |
parent | b8beedd25d3913d45b8330a08ab88fdf90eb54b8 [diff] |
[NETFILTER]: nf_nat_sip: fix NAT setup order We need to set up the destination NAT mapping before the source NAT mapping, so the NAT core gets to see the final tuple and can decide whether the source port needs to be remapped. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>