ether_input() should not longer be called directly so convert to
authormpi <mpi@openbsd.org>
Mon, 13 Apr 2015 08:40:32 +0000 (08:40 +0000)
committermpi <mpi@openbsd.org>
Mon, 13 Apr 2015 08:40:32 +0000 (08:40 +0000)
commitd8118eef578d741101501bd8c308457b9c29650c
tree179f450f82a172ee69d1235c0876ed16049ad027
parent387c92ab2fdb66fc231c21acf1358113a774df17
ether_input() should not longer be called directly so convert to
if_input().

Needed for the upcoming pseudo-driver integration work.

ok dlg@
sys/net/if_vxlan.c