From aed4c08d4c2cdd4162aa5c68899190ca9c735f0c Mon Sep 17 00:00:00 2001 From: redshift Date: Fri, 9 Apr 2010 14:38:12 +0200 Subject: [PATCH] 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' --- docs/formatdomain.html.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 2d66fdce46..a23663a48e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -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> ... @@ -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> ... @@ -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> ... -- GitLab