commit | cb7928a528264a69b29b6001b490b64607ed0557 | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Wed Jan 09 00:18:24 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:01:07 2008 -0800 |
tree | 250a296f668275eb628e6dd1f83c221f0afae422 | |
parent | f0b5a0dcf125ce43855961ef4f965a91112bea23 [diff] |
[IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4 - The DNAT (Destination NAT) is not implemented in IPV4. - This patch remove the code which checks these flags in net/ipv4/arp.c and net/ipv4/route.c. The RTCF_NAT and RTCF_NAT should stay in the header (linux/in_route.h) because they are used in DECnet. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>