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

--- Comment #12 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kp
Date: Wed Oct 24 18:19:32 UTC 2018
New revision: 339691
URL: https://svnweb.freebsd.org/changeset/base/339691

Log:
  MFC r339547:

  vlan: Fix panic with lagg and vlan

  vlan_lladdr_fn() is called from taskqueue, which means there's no vnet
context
  set. We can end up trying to send ARP messages (through the iflladdr_event
  event), which requires a vnet context.

  PR:           227654

Changes:
_U  stable/11/
  stable/11/sys/net/if_vlan.c

-- 
You are receiving this mail because:
You are on the CC list 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"

Reply via email to