Home
last modified time | relevance | path

Searched refs:newMAC (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp893 stdplus::EtherAddr newMAC; in macAddress() local
896 newMAC = stdplus::fromStr<stdplus::EtherAddr>(value); in macAddress()
904 if (!newMAC.isUnicast()) in macAddress()
912 auto validMAC = stdplus::toStr(newMAC); in macAddress()
917 if (newMAC != oldMAC) in macAddress()