diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-30 16:31:59 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-30 16:31:59 -0800 |
commit | 83fc684b201714e0d65b166f130449f576a0b0c7 (patch) | |
tree | 8d836398d0edf902b853340d0234133baa0be4e5 /node | |
parent | f9d31605b8285cd13ca4d9edb9ee383fa3686ab2 (diff) | |
download | infinitytier-83fc684b201714e0d65b166f130449f576a0b0c7.tar.gz infinitytier-83fc684b201714e0d65b166f130449f576a0b0c7.zip |
Add a netconf-service version field to netconf.
Diffstat (limited to 'node')
-rw-r--r-- | node/NetworkConfig.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/NetworkConfig.hpp b/node/NetworkConfig.hpp index 823363bd..06a7a337 100644 --- a/node/NetworkConfig.hpp +++ b/node/NetworkConfig.hpp @@ -48,6 +48,7 @@ namespace ZeroTier { // These dictionary keys are short so they don't take up much room in // netconf response packets. +#define ZT_NETWORKCONFIG_DICT_KEY_NETCONF_SERVICE_VERSION "ncver" #define ZT_NETWORKCONFIG_DICT_KEY_ALLOWED_ETHERNET_TYPES "et" #define ZT_NETWORKCONFIG_DICT_KEY_NETWORK_ID "nwid" #define ZT_NETWORKCONFIG_DICT_KEY_TIMESTAMP "ts" |