Github user hbdeshmukh commented on the issue: https://github.com/apache/incubator-quickstep/pull/355 Hi @zuyu I have made the changes. The code in this PR will be invoked only with a compile time flag ENABLE_NETWORK_CLI. Earlier it was dependent on ENABLE_DISTRIBUTED, which was not correct. I am working on interfacing this feature with our frontend, another PR will be coming soon which will have an end-to-end working of this feature.
---