mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-16 18:50:18 +03:00
Avoid using multicast addresses for Ethernet MAC examples
* docs/formatdomain.html.in: use '00:11:22:33:44:55' instead of '11:22:33:44:55:66'
This commit is contained in:
parent
b5cc01ef2e
commit
aed4c08d4c
@ -649,7 +649,7 @@
|
||||
<interface type='network'>
|
||||
<source network='default'/>
|
||||
<target dev='vnet7'/>
|
||||
<mac address="11:22:33:44:55:66"/>
|
||||
<mac address="00:11:22:33:44:55"/>
|
||||
</interface>
|
||||
</devices>
|
||||
...</pre>
|
||||
@ -685,7 +685,7 @@
|
||||
<interface type='bridge'>
|
||||
<source bridge='br0'/>
|
||||
<target dev='vnet7'/>
|
||||
<mac address="11:22:33:44:55:66"/>
|
||||
<mac address="00:11:22:33:44:55"/>
|
||||
</interface>
|
||||
</devices>
|
||||
...</pre>
|
||||
@ -707,7 +707,7 @@
|
||||
<interface type='user'/>
|
||||
...
|
||||
<interface type='user'>
|
||||
<mac address="11:22:33:44:55:66"/>
|
||||
<mac address="00:11:22:33:44:55"/>
|
||||
</interface>
|
||||
</devices>
|
||||
...</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user