Re: pass prefixlen to rtable_mpath_reprio instead of mask

2018-11-23 Thread Sebastian Benoit
ok benno@ Claudio Jeker(cje...@diehard.n-r-g.com) on 2018.11.23 10:48:19 +0100: > This changes rtable_mpath_reprio() to take the prefixlen as argument > instead of the mask. ART is using the prefixlen internally and since we > switched to ART some time ago it no longer makes sense to convert the

pass prefixlen to rtable_mpath_reprio instead of mask

2018-11-23 Thread Claudio Jeker
This changes rtable_mpath_reprio() to take the prefixlen as argument instead of the mask. ART is using the prefixlen internally and since we switched to ART some time ago it no longer makes sense to convert the prefixlen into a mask and back again. OK? -- :wq Claudio Index: net/route.c