Comment 16 for bug 1367482

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: 1.7: maas handed out incorrect address

Ok we've got to the bottom of this.

When a node makes a PXE request, we record the NIC that did that as pxe_mac on the Node. This is used as the NIC for which we allocate a static IP.

If it then boots from a different NIC, the previous NIC will get the static IP! The pxe_mac is reset, but by then it's too late.