diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-10-11 05:28:51 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-10-11 05:28:51 +0000 |
| commit | 78e46963b60ece0d41c3eaa6050e52f029415269 (patch) | |
| tree | 1bdcfacbf76ae5839e7eb809e8b0f4160f482f71 | |
| parent | 6f12c42e8b962495208915ba4b972b0cc4d87c5d (diff) | |
Notes
| -rw-r--r-- | sys/dev/hyperv/netvsc/if_hn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/netvsc/if_hn.c b/sys/dev/hyperv/netvsc/if_hn.c index 9ae5102df9a26..9700c9191086a 100644 --- a/sys/dev/hyperv/netvsc/if_hn.c +++ b/sys/dev/hyperv/netvsc/if_hn.c @@ -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"); |
