commit | c68b8b687f9e3afff14b88327e17901fff0478ca | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 04 12:15:34 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 04 12:15:34 2007 -0800 |
tree | f60015bbfd8da9d62479f10cc35328f71f20a792 | |
parent | e5b5ef7d2b3fa364cb03407c432ae9979657aa6c [diff] |
[NETFILTER]: Fix routing of REJECT target generated packets in output chain Packets generated by the REJECT target in the output chain have a local destination address and a foreign source address. Make sure not to use the foreign source address for the output route lookup. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>