From: Remi Gacogne Date: Fri, 4 Jan 2019 13:21:12 +0000 (+0100) Subject: dnsdist: Remove rmPool() from the doc and add showPools() to it X-Git-Tag: rec-4.2.0-alpha1~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7330%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove rmPool() from the doc and add showPools() to it --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index fd045b5b46..4c413fc8f1 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -480,18 +480,16 @@ Pools are automatically created when a server is added to a pool (with :func:`ne :param string name: The name of the pool -.. function:: rmPool(name) - - Remove the pool named `name`. - - :param string name: The name of the pool to remove - .. function:: getPoolServers(name) -> [ Server ] Returns a list of :class:`Server`\ s or nil. :param string name: The name of the pool +.. function:: showPools() + + Display the name, associated cache, server policy and associated servers for every pool. + .. class:: ServerPool This represents the pool where zero or more servers are part of.