From 4e1f49258bd5ff2b87c313f7452775ad78ce53db Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 10 Jun 2014 15:47:20 -0700 Subject: Bridging in NetworkConfig - GitHub Issue #68 --- netconf-service/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'netconf-service') diff --git a/netconf-service/index.js b/netconf-service/index.js index f9a48e5a..60155500 100644 --- a/netconf-service/index.js +++ b/netconf-service/index.js @@ -42,6 +42,8 @@ var ZT_NETWORKCONFIG_DICT_KEY_IPV4_STATIC = "v4s"; var ZT_NETWORKCONFIG_DICT_KEY_IPV6_STATIC = "v6s"; var ZT_NETWORKCONFIG_DICT_KEY_CERTIFICATE_OF_MEMBERSHIP = "com"; var ZT_NETWORKCONFIG_DICT_KEY_ENABLE_BROADCAST = "eb"; +var ZT_NETWORKCONFIG_DICT_KEY_BRIDGING_MODE = "br"; +var ZT_NETWORKCONFIG_DICT_KEY_ACTIVE_BRIDGES = "ab"; // Path to zerotier-idtool binary, invoked to enerate certificates of membership var ZEROTIER_IDTOOL = '/usr/local/bin/zerotier-idtool'; -- cgit v1.2.3