On Tue, Aug 9, 2016 at 12:27 AM, David Ahern <d...@cumulusnetworks.com> wrote: > > - if (!fl6.flowi6_oif && ipv6_addr_is_multicast(&fl6.daddr)) > > - fl6.flowi6_oif = np->mcast_oif; > > - else if (!fl6.flowi6_oif) > > - fl6.flowi6_oif = np->ucast_oif; > > - > > That code removal is contrary to your patch description regarding flowi6_oif.
Which code removal? The one I quote above? That code wasn't removed, it was moved to above the initialization of flowi6.