Re: A return to PCI ordering problems...

David Woodhouse (dwmw2@infradead.org)
Tue, 20 Nov 2001 21:49:01 +0000


amon@vnl.com said:
> I haven't really much choice. I can't use modules for security
> reasons; I have to assign the motherboard MAC to eth0 because a
> commercial package we are installing licenses on the MAC address of
> eth0.

insmod dummy
ip link set dummy0 name eth0
ip link set eth0 address 01:02:03:04:05:06

Of course, if you're not in the Free World you may end up in prison for
doing that.

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/