From: Y7n05h Date: Thu, 5 May 2022 12:05:23 +0000 (+0800) Subject: dnsdist: fix typo in pdns/dnsdist-console.cc X-Git-Tag: auth-4.8.0-alpha0~66^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92c57ba41df210eeada61f90c8165f7c68ce9760;p=thirdparty%2Fpdns.git dnsdist: fix typo in pdns/dnsdist-console.cc Co-authored-by: Remi Gacogne --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 39f9b1cea1..cab9d1651f 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -570,7 +570,7 @@ const std::vector g_consoleKeywords{ { "mvSelfAnsweredResponseRule", true, "from, to", "move self-answered response rule 'from' to a position where it is in front of 'to'. 'to' can be one larger than the largest rule" }, { "mvSelfAnsweredResponseRuleToTop", true, "", "move the last self-answered response rule to the first position" }, { "NetmaskGroupRule", true, "nmg[, src]", "Matches traffic from/to the network range specified in nmg. Set the src parameter to false to match nmg against destination address instead of source address. This can be used to differentiate between clients" }, - { "newBPFFilter", true, "{ipv4MaxItems=int, ipv4PinnedPath=string, ipv6MaxItems=int, ipv6PinnedPath=string, cidr4MaxItems=int, cidr4PinnedPath=string, cidr6MaxItems=int, cidr6PinnedPath=string, qnamesMaxItems=int, qnamesPinnedPath=string, external=bool}", "Return a new eBPF socket filter with specificed options." }, + { "newBPFFilter", true, "{ipv4MaxItems=int, ipv4PinnedPath=string, ipv6MaxItems=int, ipv6PinnedPath=string, cidr4MaxItems=int, cidr4PinnedPath=string, cidr6MaxItems=int, cidr6PinnedPath=string, qnamesMaxItems=int, qnamesPinnedPath=string, external=bool}", "Return a new eBPF socket filter with specified options." }, { "newCA", true, "address", "Returns a ComboAddress based on `address`" }, #ifdef HAVE_CDB { "newCDBKVStore", true, "fname, refreshDelay", "Return a new KeyValueStore object associated to the corresponding CDB database" },