Re: [PATCH 1/7] lldpd: fixed interface(s) parsing

2024-04-03 Thread Paul D
Thanks for the insight, Jo. Inline: On 2024-04-03 01:12, Jo-Philipp Wich wrote: > Hi, > >> For interface type parameters, the man page documents patterns: >> ``` >> *,!eth*,!!eth1 >> >> uses all interfaces, except interfaces starting with "eth", >> but including "eth1". >> ``` > > at some

Re: [PATCH 1/7] lldpd: fixed interface(s) parsing

2024-04-02 Thread Jo-Philipp Wich
Hi, For interface type parameters, the man page documents patterns: ``` *,!eth*,!!eth1 uses all interfaces, except interfaces starting with "eth", but including "eth1". ``` at some point, uci configuration was meant to provide a somewhat sane config abstraction over various damon specific