diff options
Diffstat (limited to 'netconf-service')
| -rw-r--r-- | netconf-service/netconf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netconf-service/netconf.cpp b/netconf-service/netconf.cpp index af6ed4e6..07e0b76d 100644 --- a/netconf-service/netconf.cpp +++ b/netconf-service/netconf.cpp @@ -243,6 +243,8 @@ int main(int argc,char **argv) sprintf(buf,"%.16llx",(unsigned long long)nwid); netconf["nwid"] = buf; netconf["isOpen"] = (isOpen ? "1" : "0"); + sprintf(buf,"%llx",(unsigned long long)Utils::now()); + netconf["ts"] = buf; if (!isOpen) { // TODO: handle closed networks, look up private membership, |
