From: Remi Gacogne Date: Mon, 23 May 2022 11:13:17 +0000 (+0200) Subject: dnsdist: Better descripton of getMACAddress() in the console help X-Git-Tag: auth-4.8.0-alpha0~93^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ac7cabb8add6484d4f121f82c53a284cf37566;p=thirdparty%2Fpdns.git dnsdist: Better descripton of getMACAddress() in the console help Co-authored-by: Otto Moerbeek --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 8d58c052ff..d112c2ade1 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -510,7 +510,7 @@ const std::vector g_consoleKeywords{ { "getDOHFrontendCount", true, "", "returns the number of DoH listeners" }, { "getListOfAddressesOfNetworkInterface", true, "itf", "returns the list of addresses configured on a given network interface, as strings" }, { "getListOfNetworkInterfaces", true, "", "returns the list of network interfaces present on the system, as strings" }, - { "getMACAddress", true, "IP addr", "return the link-level address (MAC) corresponding to the supplied remote IP address, if known by the kernel" }, + { "getMACAddress", true, "IP addr", "return the link-level address (MAC) corresponding to the supplied neighbour IP address, if known by the kernel" }, { "getOutgoingTLSSessionCacheSize", true, "", "returns the number of TLS sessions (for outgoing connections) currently cached" }, { "getPool", true, "name", "return the pool named `name`, or \"\" for the default pool" }, { "getPoolServers", true, "pool", "return servers part of this pool" },