From 83fc684b201714e0d65b166f130449f576a0b0c7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 30 Dec 2013 16:31:59 -0800 Subject: Add a netconf-service version field to netconf. --- node/NetworkConfig.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node') 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" -- cgit v1.2.3