commit | 98d75c3724f9b37cdfdb85f821e10edcb743959e | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon Aug 27 06:30:01 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 31 16:22:50 2012 -0400 |
tree | 1d5d9697fb34a5d2968fee815cdcc0de6f029576 | |
parent | 4a2c240691bfdb9b08e680fb8af3f8c011c60e02 [diff] |
ipv4: Minor logic clean-up in ipv4_mtu In ipv4_mtu there is some logic where we are testing for a non-zero value and a timer expiration, then setting the value to zero, and then testing if the value is zero we set it to a value based on the dst. Instead of bothering with the extra steps it is easier to just cleanup the logic so that we set it to the dst based value if it is zero or if the timer has expired. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>