<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>When the interfaces are updated with data from the agent we attempt to match the MAC to an existing interface (<a href="https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/network/manager.py#L682-L690" target="_blank">https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/network/manager.py#L682-L690</a>). If that doesn't work we attempt to match by name. Looking at the data that comes from the agent the MAC is always capitalized while in the database it's lower-case. It seems like checking the MAC will fail and we'll fall through to matching by name.</div><div><br></div><div><br></div></div></blockquote><div>Thank you! I think it is correct, and I made the problem more complicated than it is )) <br></div></div></div></div>