commit | f61759e6b831a55b89e584b198c3da325e2bc379 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Fri Dec 02 11:39:42 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 03 01:32:23 2011 -0500 |
tree | 5fe945faa11f90ea10ec54bf4cbf76044945de13 | |
parent | 5983fe2b29df5885880d7fa3b91aca306c7564ef [diff] |
ipv4: make sure RTO_ONLINK is saved in routing cache __mkroute_output fails to work with the original tos and uses value with stripped RTO_ONLINK bit. Make sure we put the original TOS bits into rt_key_tos because it used to match cached route. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: David S. Miller <davem@davemloft.net>