Search:
Login
Preferences
Home
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
KVM
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/11/16 15:36:11 (
8 years
ago)
Author:
sky
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
KVM
v6
v7
58
58
59
59
}}}
60
61
== Attach Interface ==
62
63
{{{
64
65
## Bridge (br1)
66
virsh attach-interface --domain test101 --type bridge --source br1 --model virtio --config
67
68
}}}