[Bug 248046] if_bridge(4): Panic when creating an interface: malloc(M_WAITOK) in epoch context

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 25 17:17:21 UTC 2020


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

--- Comment #15 from dmilith <dmilith at me.com> ---
I built last stable/12 again, and issue is there after both cases:

ifconfig bridge0 create
ifconfig bridge0 addm em0 up
ifconfig bridge0 destroy

but I've found it also with:

ifconfig bridge0 create
ifconfig vlan0 create
ifconfig bridge0 addm em0 up
ifconfig bridge0 addm vlan0 up

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list