Add a netconf-service version field to netconf.

This commit is contained in:
Adam Ierymenko 2013-12-30 16:31:59 -08:00
parent f9d31605b8
commit 83fc684b20
2 changed files with 5 additions and 0 deletions

View file

@ -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"