]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrdcached: support wildcard listen specifications
authorPeter A. Bigot <pab@pabigot.com>
Mon, 19 May 2014 19:47:44 +0000 (14:47 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Tue, 20 May 2014 15:11:18 +0000 (10:11 -0500)
commit9d06bd95eef393530e89e838cec15a3553682254
tree483e6f0d04ec52037a124dc822d212625dbb0e9a
parent3ce13947f6aa1364493654fe131c2f3a56acb647
rrdcached: support wildcard listen specifications

The documentation suggested that the syntax "-l :42217" would cause the
daemon to listen on all available interfaces.  The implementation didn't
follow through, until now.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
doc/rrdcached.pod
src/rrd_daemon.c