aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmware
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-08-31 07:32:54 +0000
committerKristof Provost <kp@FreeBSD.org>2023-08-31 08:42:29 +0000
commit8c1274138a20ee2342c4f217adb605e3abc14042 (patch)
tree366be1bec1ec16fad829f89c4525298a393c274b /sys/dev/vmware
parent56b74a2d856c4d65a4b5c72d1352067b6b469d3b (diff)
Diffstat (limited to 'sys/dev/vmware')
-rw-r--r--sys/dev/vmware/vmxnet3/if_vmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vmware/vmxnet3/if_vmx.c b/sys/dev/vmware/vmxnet3/if_vmx.c
index 2c3530a217f3..fdcad0dd4bba 100644
--- a/sys/dev/vmware/vmxnet3/if_vmx.c
+++ b/sys/dev/vmware/vmxnet3/if_vmx.c
@@ -2513,6 +2513,7 @@ vmxnet3_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
{
switch (event) {
case IFLIB_RESTART_VLAN_CONFIG:
+ return (true);
default:
return (false);
}