aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-04-05 22:01:49 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-04-05 22:01:49 +0000
commitec2408187ece7bc0ad43fc207237e46149758317 (patch)
tree1452f4b038647150818bc3b4d97978ebde2cef02 /sys/dev/ixgbe
parentd204af1e414662d5947241d853b4355db116e8f6 (diff)
Notes
Diffstat (limited to 'sys/dev/ixgbe')
-rw-r--r--sys/dev/ixgbe/if_ix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c
index f54dbf7f573fc..f45b737a20345 100644
--- a/sys/dev/ixgbe/if_ix.c
+++ b/sys/dev/ixgbe/if_ix.c
@@ -5991,7 +5991,7 @@ ixgbe_add_vf(device_t dev, u16 vfnum, const nvlist_t *config)
*/
vf->flags |= IXGBE_VF_CAP_MAC;
- vf->flags = IXGBE_VF_ACTIVE;
+ vf->flags |= IXGBE_VF_ACTIVE;
ixgbe_init_vf(adapter, vf);
IXGBE_CORE_UNLOCK(adapter);