uml: use of a public MAC is a warning, not an error
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:25 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:31 +0000 (09:44 -0800)
commit2278c5ac9d39699bac44250b9c532de0c02cb16a
tree3c205ade052aad867a7a4ae06ddfe4f6d9e0878f
parentcc0be0fb3fd4bd2c363ef1b5c968cd6f2ce478cf
uml: use of a public MAC is a warning, not an error

Downgrade one of the MAC validity checks.  If it's one that could be possibly
assigned to a physical NIC, then nothing will break.  So, emit a warning in
this case, but keep the requested MAC.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/net_kern.c