[Engine-devel] MAC address validation

--=_866d6214-3639-45a0-b94a-0b67e454d998 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi, We have a bug open on engine to validate MAC address: https://bugzilla.redhat.com/show_bug.cgi?id=756437 The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char). Is there any other format we must support? Regards, Mike --=_866d6214-3639-45a0-b94a-0b67e454d998 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi,<br><br>We have a bug open on engine to validate MAC address: https://bugzilla.redhat.com/show_bug.cgi?id=756437<br>The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char).<br><br>Is there any other format we must support?<br><br><div><span name="x"></span>Regards,<br>Mike<span name="x"></span><br></div><br></div></body></html> --=_866d6214-3639-45a0-b94a-0b67e454d998--

This is a multi-part message in MIME format. --------------060303080007040604080004 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/21/2012 10:18 AM, Mike Kolesnik wrote:
Hi,
We have a bug open on engine to validate MAC address: https://bugzilla.redhat.com/show_bug.cgi?id=756437 The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char).
It's not all F's: I suspect there are some reserved ones which libvirt/qemu won't allow to use (but I never remember which. I suspect 00: ... doesn't work, but I may be wrong).
Is there any other format we must support?
Good timing. See https://bugzilla.redhat.com/show_bug.cgi?id=823397 which was opened a second ago, for Infiniband HCA's MAC address. Y.
Regards, Mike
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
--------------060303080007040604080004 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> On 05/21/2012 10:18 AM, Mike Kolesnik wrote: <blockquote cite="mid:b56e3beb-2336-4216-b97e-c378884e0171@zmail14.collab.prod.int.phx2.redhat.com" type="cite"> <style type="text/css">p { margin: 0; }</style> <div style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);">Hi,<br> <br> We have a bug open on engine to validate MAC address: <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=756437">https://bugzilla.redhat.com/show_bug.cgi?id=756437</a><br> The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char).<br> </div> </blockquote> <br> It's not all F's: I suspect there are some reserved ones which libvirt/qemu won't allow to use (but I never remember which. I suspect 00: ... doesn't work, but I may be wrong).<br> <br> <blockquote cite="mid:b56e3beb-2336-4216-b97e-c378884e0171@zmail14.collab.prod.int.phx2.redhat.com" type="cite"> <div style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);"><br> Is there any other format we must support?<br> </div> </blockquote> <br> Good timing. See <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <a href="https://bugzilla.redhat.com/show_bug.cgi?id=823397">https://bugzilla.redhat.com/show_bug.cgi?id=823397</a> which was opened a second ago, for Infiniband HCA's MAC address.<br> Y.<br> <br> <blockquote cite="mid:b56e3beb-2336-4216-b97e-c378884e0171@zmail14.collab.prod.int.phx2.redhat.com" type="cite"> <div style="font-family: Times New Roman; font-size: 12pt; color: #000000"><br> <div><span name="x"></span>Regards,<br> Mike<span name="x"></span><br> </div> <br> </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Engine-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:Engine-devel@ovirt.org">Engine-devel@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/engine-devel">http://lists.ovirt.org/mailman/listinfo/engine-devel</a> </pre> </blockquote> <br> </body> </html> --------------060303080007040604080004--

----- Original Message -----
From: "Mike Kolesnik" <mkolesni@redhat.com> To: "engine-devel" <engine-devel@ovirt.org> Sent: Monday, May 21, 2012 10:18:30 AM Subject: [Engine-devel] MAC address validation
Hi,
We have a bug open on engine to validate MAC address: https://bugzilla.redhat.com/show_bug.cgi?id=756437 The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char).
Is there any other format we must support?
IMHO we should support also the '-' delimiter (i.e. FF-FF-FF-FF-FF-FF). (See IEEE 802 standard)
Regards, Mike
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

On 05/21/2012 12:43 PM, Eli Mesika wrote:
----- Original Message -----
From: "Mike Kolesnik"<mkolesni@redhat.com> To: "engine-devel"<engine-devel@ovirt.org> Sent: Monday, May 21, 2012 10:18:30 AM Subject: [Engine-devel] MAC address validation
Hi,
We have a bug open on engine to validate MAC address: https://bugzilla.redhat.com/show_bug.cgi?id=756437 The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char).
Is there any other format we must support?
IMHO we should support also the '-' delimiter (i.e. FF-FF-FF-FF-FF-FF). (See IEEE 802 standard)
The A-F can also be lowercase
Regards, Mike
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

the most common delimiters are : and - delimiters. I don't recall any other delimiter needed. for the values: hexa-characters (lower and upper case). ----- Original Message -----
From: "Gary Kotton" <gkotton@redhat.com> To: engine-devel@ovirt.org Sent: Monday, May 21, 2012 12:45:00 PM Subject: Re: [Engine-devel] MAC address validation
On 05/21/2012 12:43 PM, Eli Mesika wrote:
----- Original Message -----
From: "Mike Kolesnik"<mkolesni@redhat.com> To: "engine-devel"<engine-devel@ovirt.org> Sent: Monday, May 21, 2012 10:18:30 AM Subject: [Engine-devel] MAC address validation
Hi,
We have a bug open on engine to validate MAC address: https://bugzilla.redhat.com/show_bug.cgi?id=756437 The format supported by engine (for Ethernet) is FF:FF:FF:FF:FF:FF (F is any hex char).
Is there any other format we must support?
IMHO we should support also the '-' delimiter (i.e. FF-FF-FF-FF-FF-FF). (See IEEE 802 standard)
The A-F can also be lowercase
Regards, Mike
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
participants (5)
-
Eli Mesika
-
Gary Kotton
-
Mike Kolesnik
-
Miki Kenneth
-
Yaniv Kaul