From bfceec63881d1658e4b43a1232f1fcf11f41eb1e Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 6 Feb 2023 17:52:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657bf2b..11d5ed3 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ optional arguments: While most of the [mktxp options](https://github.com/akpw/mktxp#getting-started) are self explanatory, some might require a bit of a context. ### Remote DHCP resolution -When gathering various IP address-related metrics, mktxp automatically does DHCP resolution whenever available. In many cases however, the exported devices does not have this information locally and instead rely on a central DHCP server. The exported metrics thus operates with IP / MAC addresses which reduces level of readability and usefulness. In case this information is needed, mktxp supports remote DHCP server calls via this option: +When gathering various IP address-related metrics, mktxp automatically resolves IP addresses whenever DHCP info is available. In many cases however, the exported devices does not have this information locally and instead rely on central DHCP servers. Since this could reduce readibility / usefulness of the metrics, mktxp supports remote DHCP server calls via the following option: ``` remote_dhcp_entry = None # An MKTXP entry for remote DHCP info resolution in capsman/wireless ```