circus-tent/circus-web

Configurable multicast port

Closed this issue · 1 comments

parser.add_argument('--multicast', dest="multicast",

Multicast port should be configurable so that it could be added to firewall whitelist.

Correction, it is configurable but is buggy.
With this command: circushttpd --multicast 0.0.0.0:53535
throws this error:

File "/usr/lib/python2.7/site-packages/circusweb/util.py", line 71, in create_socket
    self.multicast_addr, self.multicast_port = parsed[0], int(parsed[1])
IndexError: list index out of range