From 9711c01cd1395f1b406f6135e61c6898731dc744 Mon Sep 17 00:00:00 2001 From: Otto Date: Mon, 27 Sep 2021 17:08:55 +0200 Subject: [PATCH] Improve NetmaskGroup:addMasks docs --- pdns/dnsdistdist/docs/reference/netmaskgroup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/netmaskgroup.rst b/pdns/dnsdistdist/docs/reference/netmaskgroup.rst index f42dd290aa..b6d19b97ac 100644 --- a/pdns/dnsdistdist/docs/reference/netmaskgroup.rst +++ b/pdns/dnsdistdist/docs/reference/netmaskgroup.rst @@ -15,7 +15,7 @@ NetmaskGroup Add one or more masks to the NMG. :param string mask: Add this mask, prefix with `!` to exclude this mask from matching. - :param table masks: Adds the keys of the table to the :class:`NetmaskGroup`. It should be a table whose keys are :class:`ComboAddress` objects and values are integers, as returned by `exceed*` functions. + :param table masks: Adds the keys of the table to the :class:`NetmaskGroup`. It should be a table whose keys are :class:`ComboAddress` objects and whose values are integers. The integer values of the table entries are ignored. The table is of the same type as the table returned by the `exceed*` functions. .. method:: NetmaskGroup:match(address) -> bool -- 2.47.2