Re: Small bridge(4) fix

2015-05-15 Thread mxb
No regression on my side. //mxb > On 15 maj 2015, at 12:54, Martin Pieuchot wrote: > > If we change the "rcvif" pointer of a packet we need to run if_input() > again otherwise we might skip the handlers on the new interface. > > Ultimately it would be nice to only assign "rcvif" in if_input()

Small bridge(4) fix

2015-05-15 Thread Martin Pieuchot
If we change the "rcvif" pointer of a packet we need to run if_input() again otherwise we might skip the handlers on the new interface. Ultimately it would be nice to only assign "rcvif" in if_input(), but that's for another diff. This fix one case I left out in my previous conversion, ok? Inde