]> granicus.if.org Git - pdns/commit
dnsdist: Fix str-only server not being added to the default pool
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Feb 2016 17:58:46 +0000 (18:58 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Feb 2016 18:04:42 +0000 (19:04 +0100)
commit46a839bf9f8d12abd56819133e905d94bc2f23ae
treed10a9059bc5e633ef795f6d8fd5dde6394c2ca96
parent0820a875723b7df0eb14cdb1a01afbac2d41fb1b
dnsdist: Fix str-only server not being added to the default pool

As reported by @pieterlexis, server defined with the "string-only"
syntax were not correctly added to the default pool. This should
fix #3456.
In addition to that, this commit adds some Lua bindings for server
objects:
- member functions `getName()` and `getNameWithAddr()`
- member data `name`
pdns/README-dnsdist.md
pdns/dnsdist-lua.cc
regression-tests.dnsdist/test_Advanced.py