diff options
author | Stefan Fritsch <sf@cvs.openbsd.org> | 2014-08-10 12:28:10 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@cvs.openbsd.org> | 2014-08-10 12:28:10 +0000 |
commit | 020d34bcf459b494fb687e8fbae731cff290c028 (patch) | |
tree | 5a49492252a23bc090eac5de0b54f75c6d0a5639 /share | |
parent | d92f7deed1ca11adb1cc1438b783b5a236e763a3 (diff) |
Note that qemu 1.7.2 has the VLAN bug fix, too
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vio.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/vio.4 b/share/man/man4/vio.4 index 8d17e38b267..6dd0891c93e 100644 --- a/share/man/man4/vio.4 +++ b/share/man/man4/vio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vio.4,v 1.13 2014/08/10 09:15:39 matthieu Exp $ +.\" $OpenBSD: vio.4,v 1.14 2014/08/10 12:28:09 sf Exp $ .\" .\" Copyright (c) 2012 Stefan Fritsch <sf@sfritsch.de> .\" @@ -36,7 +36,7 @@ at the cost of slightly reduced performance. .Pp Setting the bit 0x100 in the flags forces the interface to be always in promiscous mode. -This can be used as a workaround for a bug in QEMU before version 2.0 that +This can be used as a workaround for a bug in QEMU before version 1.7.2 that prevents packets with a VLAN tag from being sent to the guest. .Sh SEE ALSO .Xr intro 4 , |