On Tue, Aug 31, 2021 at 2:05 AM Vishal Verma <[email protected]> wrote: > > Add a new config query type called CONFIG_SEARCH_SECTION, which searches > all loaded config files based on a query criteria of: specified section > name, specified key/value pair within that section, and can return other > key/values from the section that matched the search criteria. > > This allows for multiple named subsections, where a subsection name is > of the type: '[section subsection]'.
Presumably in the future this could be used to search by subsection as well, but for now daxctl does not need that and the subsection is essentially a comment? Perhaps that should be called out in a sample / comment only daxctl.conf file that gets installed by default. Where it clarifies that everything after the first whitespace in a section name is treated as a subsection. This looks good to me.
