Author: melifaro
Date: Sun Jan 3 16:13:03 2016
New Revision: 293108
URL: https://svnweb.freebsd.org/changeset/base/293108
Log:
Fix fib4_lookup_nh_ext() flags/flowid order messed up while merging.
Modified:
head/sys/netinet/in_fib.c
Modified: head/sys/netinet/in_fib.c
==============================================================================
--- head/sys/netinet/in_fib.c Sun Jan 3 15:35:01 2016 (r293107)
+++ head/sys/netinet/in_fib.c Sun Jan 3 16:13:03 2016 (r293108)
@@ -175,8 +175,8 @@ fib4_lookup_nh_basic(uint32_t fibnum, st
* - 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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"