From 16aae1f6c0a974f8cc3453a4663a9320df5c526b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 4 Jan 2019 14:21:12 +0100 Subject: [PATCH] dnsdist: Remove rmPool() from the doc and add showPools() to it --- pdns/dnsdistdist/docs/reference/config.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index fd045b5b4..4c413fc8f 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. -- 2.40.0