]> granicus.if.org Git - pdns/commitdiff
dnsdist: Remove rmPool() from the doc and add showPools() to it
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 4 Jan 2019 13:21:12 +0000 (14:21 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 4 Jan 2019 13:21:12 +0000 (14:21 +0100)
pdns/dnsdistdist/docs/reference/config.rst

index fd045b5b4658b7db55c194908677a60b7745d1ee..4c413fc8f1fe119d0cb6c619675d51f3eeb31c4e 100644 (file)
@@ -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.