commit | 1aeccc4649697803a7aefe4624e5d106653ec640 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Sun Jul 29 17:58:10 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Sun Jul 29 17:58:10 2012 -0700 |
tree | c9b223da3b334485b8916129ce6bdfa31477c66a | |
parent | 51c23b377a9e6c4f8de0653056f787fd825ecbee [diff] [blame] |
default to listening on INADDR_ANY
diff --git a/tests/oft b/tests/oft index f8c4205..76c5bf0 100755 --- a/tests/oft +++ b/tests/oft
@@ -164,7 +164,7 @@ config_default = { "param" : None, "platform" : "local", - "controller_host" : "127.0.0.1", + "controller_host" : "0.0.0.0", "controller_port" : 6633, "port_count" : 4, "base_of_port" : 1,