From d35bc5a40a5c5145fb9502106b361a96dd38bf53 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 20 Oct 2015 11:25:38 +0800 Subject: [PATCH] examples/device_db: add comment about controller hosts. Closes #148 --- examples/master/device_db.pyon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/master/device_db.pyon b/examples/master/device_db.pyon index 4e5618f3b..f1502abb4 100644 --- a/examples/master/device_db.pyon +++ b/examples/master/device_db.pyon @@ -92,6 +92,9 @@ "qc_q1_0": { "type": "controller", + # ::1 is the IPv6 localhost address. If this controller is running on a remote machine, + # replace it with the IP or hostname of the machine. If using the hostname, make sure + # that it always resolves to a network-visible IP address (see documentation). "host": "::1", "port": 4000, "command": "pdq2_controller -p {port} --bind {bind} --simulation --dump qc_q1_0.bin"