Addition of a reliable REST service offered directly off the proxy
rather than requiring a server process. Swagger isn't supported yet.
REST services are offered for both http (port 8882) and https (port
8443) both of which are configurable. Also change the network being used
for voltha-net because (in Ciena) the 10.0.0.0 network is problematic
since it's the primary network used internally which was causing IP
address conflicts. Corrected some errors in the swarm-stop file.

Change-Id: Ic5cbee20324e268b0178312741b2700cdf4eb877
diff --git a/Makefile b/Makefile
index 02e386e..b6eba53 100644
--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@
 	docker build -t voltha/envoy -f docker/Dockerfile.envoy .
 
 envoyd:
+	make -C envoy
 	make -C envoy/go/envoyd
 
 golang: