[Bug 227654] [panic] repeatable crash with IPv6+lagg+vlan+em

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 20 14:35:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227654

--- Comment #1 from Eugene Grosbein <eugen at freebsd.org> ---
$ addr2line -e kernel.debug -i -f -C  ffffffff806fe6ac
ether_output_frame
/data2/src/sys/net/if_ethersubr.c:449
ether_output
/data2/src/sys/net/if_ethersubr.c:435


(kgdb) l /data2/src/sys/net/if_ethersubr.c:449
444     int
445     ether_output_frame(struct ifnet *ifp, struct mbuf *m)
446     {
447             int i;
448     
449             if (PFIL_HOOKED(&V_link_pfil_hook)) {
450                     i = pfil_run_hooks(&V_link_pfil_hook, &m, ifp,
PFIL_OUT, NULL);
451     
452                     if (i != 0)
453                             return (EACCES);

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list