Replace deny-list with blocklist and strip dashes

This commit is contained in:
Matthias Runge
2020-09-01 17:58:34 +02:00
parent d499d94a44
commit f1bbbfe025
2 changed files with 3 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ See also: http://dpdk.org/doc/guides/prog_guide/multi_proc_support.html
* The same PCI device configuration should be passed to the primary process as
the secondary process uses the same port indexes as the primary.
* A deny-list / allow-list of NICs isn't supported yet.
* A blocklist / allowlist of NICs isn't supported yet.
* Plugin initialization time depends on read interval. It requires 5 read
cycles to set up internal buffers and states. During that time no statistics
are submitted.

View File

@@ -302,8 +302,8 @@ When B<Table> is set to I<false> then this option has no effect.
=item B<InvertMatch> I<true|false(default)>
The invertmatch value should be use in combination of the Ignore option.
It changes the behaviour of the Ignore option, from a deny-list behaviour
when InvertMatch is set to false, to a allow-list when specified to true.
It changes the behaviour of the Ignore option, from a blocklist behaviour
when InvertMatch is set to false, to a allowlist when specified to true.
=item B<FilterOID> I<OID>