> ifp->if_mtu is not initialized in arc_ifattach(). is it intentional? openbsd has the following line in arc_ifattach(). > ifp->if_mtu = (ifp->if_flags & IFF_LINK0 ? arc_phdsmtu : ARCMTU); itojun