Do not change "rcvif" without goint through if_input() again otherwise
authormpi <mpi@openbsd.org>
Mon, 18 May 2015 11:43:57 +0000 (11:43 +0000)
committermpi <mpi@openbsd.org>
Mon, 18 May 2015 11:43:57 +0000 (11:43 +0000)
commit6bf2acf1dc5bb584d6d431d05a7e7c8943e1e374
treefe9aa7da71342b0942515d7aa4a9f9a18af68c70
parentc24e431eaecd77ec0d0f7e07452988ede2301738
Do not change "rcvif" without goint through if_input() again otherwise
the handlers on the new interface won't be executed.

Tested by < mxb AT alumni.chalmers DOT se>

ok dlg@
sys/net/if_bridge.c