Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/net/radix_mpath.c 260379 2014-01-06 22:36:20Z melifaro $");
---
> __FBSDID("$FreeBSD: head/sys/net/radix_mpath.c 262763 2014-03-05 01:17:47Z glebius $");
88c88
< i += rt->rt_rmx.rmx_weight;
---
> i += rt->rt_weight;
233,234c233,234
< weight >= rt->rt_rmx.rmx_weight && rn;
< weight -= rt->rt_rmx.rmx_weight) {
---
> weight >= rt->rt_weight && rn;
> weight -= rt->rt_weight) {