Searched refs:lldpStatusStr (Results 1 – 1 of 1) sorted by relevance
245 std::string lldpStatusStr = "lldp status "; in parseLLDPConf() local256 size_t pos = line.find(lldpStatusStr); in parseLLDPConf()259 std::string statusStr = line.substr(pos + lldpStatusStr.size()); in parseLLDPConf()