K 10 svn:author V 8 melifaro K 8 svn:date V 27 2020-08-28T23:01:56.671403Z K 7 svn:log V 401 Move fib_rte_to_nh_flags() from net/route_var.h to net/route/nhop_ctl.c. No functional changes. Initially this function was created to perform runtime flag conversions for the previous incarnation of fib lookup functions. As these functions got deprecated, move the function to the file with the only remaining caller. Lastly, rename it to convert_rt_to_nh_flags() to follow the naming notation. END