Skip to content
Snippets Groups Projects
Commit 3da9378c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Set multicast bit

parent 8c0de832
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ lutil_eaddr( void )
if (memcmp(eaddr, zero, sizeof(eaddr)) == 0) {
/* XXX - who knows? */
lutil_entropy( eaddr, sizeof(eaddr) );
eaddr[0] |= 0x80; /* turn it into a mutlicast address */
}
return eaddr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment