Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dutil.cpp245 std::string lldpStatusStr = "lldp status "; in parseLLDPConf() local
256 size_t pos = line.find(lldpStatusStr); in parseLLDPConf()
259 std::string statusStr = line.substr(pos + lldpStatusStr.size()); in parseLLDPConf()