From 909a4a63e218ea7a394f43a5c1816fdecb77e48e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 23 May 2022 13:13:29 +0200 Subject: [PATCH] dnsdist: Better descripton of getMACAddress() in the documentation Co-authored-by: Otto Moerbeek --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 0377d9d600..32d8d4aef9 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -990,7 +990,7 @@ Status, Statistics and More .. versionadded:: 1.8.0 - Return the link-level address (MAC) corresponding to the supplied remote IP address, if known by the kernel. + Return the link-level address (MAC) corresponding to the supplied neighbour IP address, if known by the kernel. This function is only implemented on Linux. :param str ip: The IP address, IPv4 or IPv6, to look up the corresponding link-level address for. -- 2.47.2