commit | 14edd87dc67311556f1254a8f29cf4dd6cb5b7d1 | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Wed Oct 24 14:01:18 2012 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 24 23:14:17 2012 -0400 |
tree | 3f5d193dbe094f8aa727d322e585956803492676 | |
parent | b2b3392cfc0f5af0f621b3d95aba459f2d5c0e28 [diff] |
ipv6: Set default hoplimit as zero. Commit a02e4b7dae4551(Demark default hoplimit as zero) only changes the hoplimit checking condition and default value in ip6_dst_hoplimit, not zeros all hoplimit default value. Keep the zeroing ip6_template_metrics[RTAX_HOPLIMIT - 1] to force it as const, cause as a37e6e344910(net: force dst_default_metrics to const section) Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>