]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Better descripton of getMACAddress() in the console help
authorRemi Gacogne <github@coredump.fr>
Mon, 23 May 2022 11:13:17 +0000 (13:13 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 11:13:17 +0000 (13:13 +0200)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/dnsdist-console.cc

index 8d58c052ffdad65687f575c71486295234d5dd52..d112c2ade1a72ac95b5c715cd1a1f7caf6b4212f 100644 (file)
@@ -510,7 +510,7 @@ const std::vector<ConsoleKeyword> 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" },