]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_client, rrd_daemon: Do not require hostnames to contain a dot.
authorTobias Oetiker <tobi@oetiker.ch>
Sun, 4 Oct 2009 11:37:25 +0000 (11:37 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 4 Oct 2009 11:37:25 +0000 (11:37 +0000)
commit7c5d85d9706112f7763eda1768bbe59b0664c6eb
treea27615b5a9db20ddf7d4e08c192e7e2a1f421766
parenta011a60286babc9d1f7b4c119bda0859da835b33
rrd_client, rrd_daemon: Do not require hostnames to contain a dot.
Non-FQDN (e.g. "localhost") are now supported as well. Anything that does not
start with '[' should be (and is now) treated as <name>[:<port>]. -- Sebastian Harl

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1930 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_client.c
src/rrd_daemon.c