https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226217
Christian Vallières <novacra...@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |novacra...@hotmail.com --- Comment #4 from Christian Vallières <novacra...@hotmail.com> --- Created attachment 213710 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213710&action=edit Fix that mtu not initialized bug MTU need to be initialized before qla_os:685 ha->max_frame_size = ifp->if_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN; Otherwise packet is always flagged as too big in qla_hw.c:1003 if ((mp->m_pkthdr.len > ha->max_frame_size)||(nsegs > Q8_TX_MAX_SEGMENTS)) { I also moved qla_os:694 ifp->if_capabilities = IFCAP_LINKSTATE; Before qla_os:687 ether_ifattach(ifp, qla_get_mac_addr(ha)); Like in qlxgbe/ql_os:877 because I had trouble doing ifconfig ql0 up for bridge. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"