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.cpp974 stdplus::EtherAddr newMAC; in macAddress() local
977 newMAC = stdplus::fromStr<stdplus::EtherAddr>(value); in macAddress()
987 if (!newMAC.isUnicast()) in macAddress()
995 auto validMAC = stdplus::toStr(newMAC); in macAddress()
1000 if (newMAC != oldMAC) in macAddress()