Use ether_input() as default input packet handler and do the necessary
authormpi <mpi@openbsd.org>
Mon, 4 May 2015 10:24:08 +0000 (10:24 +0000)
committermpi <mpi@openbsd.org>
Mon, 4 May 2015 10:24:08 +0000 (10:24 +0000)
commit765f8bef7366424486acfd56c916f052867dc2c3
tree0e47f648a4bd63e2e39e4e75447f49a1ba76bced
parent89602861d85b5364b87886be415bb8cb54d55230
Use ether_input() as default input packet handler and do the necessary
m_adj(9) to keep bridge(4) working while other pseudo-drivers are
converted to if_input().

Tested by mxb <mxb AT alumni DOT chalmers DOT se>, thanks!

ok henning@
sys/net/bridgestp.c
sys/net/if_bridge.c
sys/net/if_ethersubr.c