commit | 9917e1e8762745191eba5a3bf2040278cbddbee1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 17 14:44:26 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 20 13:40:02 2012 -0700 |
tree | 9c538b6598b005e91b08b37e91dcb6638c26c4a0 | |
parent | 4fd551d7bed93af60af61c5a324b8f5dff37953a [diff] |
ipv4: Turn rt->rt_route_iif into rt->rt_is_input. That is this value's only use, as a boolean to indicate whether a route is an input route or not. So implement it that way, using a u16 gap present in the struct already. Signed-off-by: David S. Miller <davem@davemloft.net>