Skip to content
Snippets Groups Projects
Commit 74f78b99 authored by Thomas Huth's avatar Thomas Huth Committed by Jason Wang
Browse files

qemu-doc: Get rid of "vlan=X" example in the documentation


The vlan concept is marked as deprecated, so we should not use
this for examples in the documentation anymore.

Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
parent 93653066
No related branches found
No related tags found
No related merge requests found
......@@ -2242,8 +2242,8 @@ qemu-system-i386 linux.img -net nic -net tap
#launch a QEMU instance with two NICs, each one connected
#to a TAP device
qemu-system-i386 linux.img \
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
-net nic,vlan=1 -net tap,vlan=1,ifname=tap1
-netdev tap,id=nd0,ifname=tap0 -device e1000,netdev=nd0 \
-netdev tap,id=nd1,ifname=tap1 -device rtl8139,netdev=nd1
@end example
@example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment