Fix fib4_lookup_nh_ext() flags/flowid order messed up while merging.

This commit is contained in:
Alexander V. Chernikov 2016-01-03 16:13:03 +00:00
parent e1741da38a
commit 65d2872948
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293108

View File

@ -175,8 +175,8 @@ fib4_lookup_nh_basic(uint32_t fibnum, struct in_addr dst, uint32_t flags,
* - howewer mtu from "transmit" interface will be returned.
*/
int
fib4_lookup_nh_ext(uint32_t fibnum, struct in_addr dst, uint32_t flowid,
uint32_t flags, struct nhop4_extended *pnh4)
fib4_lookup_nh_ext(uint32_t fibnum, struct in_addr dst, uint32_t flags,
uint32_t flowid, struct nhop4_extended *pnh4)
{
struct radix_node_head *rh;
struct radix_node *rn;