commit | c31bd60dbf9105f1568027c50c159844f8df052b | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Thu Mar 07 11:44:48 2019 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Tue Sep 03 17:56:49 2019 +0200 |
tree | 3e6962ec0817bd0f6712c2554ce1c13fbae6ded2 | |
parent | 883248101808e190403ffe592e01c71643c7a286 [diff] [blame] |
Implement the NetconfAccess class Change-Id: Idd63318364edd424e9c477f26db3c6d032721e8a
diff --git a/src/utils.cpp b/src/utils.cpp index b6df7e8..cd1cf4b 100644 --- a/src/utils.cpp +++ b/src/utils.cpp
@@ -103,7 +103,7 @@ std::string operator()(const identityRef_& data) const { - return data.m_value; + return data.m_prefix.value().m_name + ":" + data.m_value; } std::string operator()(const std::string& data) const