From: Nicolas Dichtel Date: Mon, 5 Nov 2012 05:28:18 +0000 (+0000) Subject: ipv6: export IP6_RT_PRIO_* to userland X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130cd273d4a46a3011b1cc739f5d2af78779d666;p=pandora-kernel.git ipv6: export IP6_RT_PRIO_* to userland The kernel uses some default metric when routes are managed. For example, a static route added with a metric set to 0 is inserted in the kernel with metric 1024 (IP6_RT_PRIO_USER). It is useful for routing daemons to know these values, to be able to set routes without interfering with what the kernel does. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed