HomeFreeBSD

MFC r339547:

Description

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
Approved by: re (kib)

Details

Provenance
kpAuthored on
Parents
rS339689: Add a !NUMA definition for vm_domainset_iter_policy_ref_init().
Branches
Unknown
Tags
Unknown