]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339547:
authorkp <kp@FreeBSD.org>
Wed, 24 Oct 2018 17:32:31 +0000 (17:32 +0000)
committerkp <kp@FreeBSD.org>
Wed, 24 Oct 2018 17:32:31 +0000 (17:32 +0000)
commitcb6fb576868a1abfbcf6a6a0fdff64254940bd09
treea901ed2b22ef25776bb67db257f57f7f16ef5ccb
parent785f3c5965bf9132d16eb73dc6786f271162e38d
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)
sys/net/if_vlan.c