mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
hyperv/hn: Enable transparent VF by default.
MFC after: 3 days Sponsored by: Microsoft
This commit is contained in:
parent
6f12c42e8b
commit
78e46963b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324517
@ -584,7 +584,7 @@ SYSCTL_PROC(_hw_hn, OID_AUTO, vfmap, CTLFLAG_RD | CTLTYPE_STRING,
|
||||
0, 0, hn_vfmap_sysctl, "A", "VF mapping");
|
||||
|
||||
/* Transparent VF */
|
||||
static int hn_xpnt_vf = 0;
|
||||
static int hn_xpnt_vf = 1;
|
||||
SYSCTL_INT(_hw_hn, OID_AUTO, vf_transparent, CTLFLAG_RDTUN,
|
||||
&hn_xpnt_vf, 0, "Transparent VF mod");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user