]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: Fix routing of REJECT target generated packets in output chain
authorPatrick McHardy <kaber@trash.net>
Thu, 4 Jan 2007 20:15:34 +0000 (12:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jan 2007 20:15:34 +0000 (12:15 -0800)
commit7ac3041037e690f4715d4c441e6c9b0e49c9c50a
treef60015bbfd8da9d62479f10cc35328f71f20a792
parentf0ce0b7fb7f3faa0c512dfc94490ad8cb1698877
[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>
net/ipv4/netfilter.c