Re: [PATCH nft] datatype: accept a numeric cgroupsv2 id on input

Avinash Duduskar <[email protected]> Wed, 29 Jul 2026 02:25:19 +0530
Newsgroups gmane.comp.security.firewalls.netfilter.devel
Message-ID <[email protected]>
On Tue, Jul 28, 2026 at 10:31:16PM +0200, Pablo Neira Ayuso wrote:
> Did you consider to parse this via integer_parse() for consistency?

Yes. It covers the round trip, since the listing never
prints a sign or a leading zero. I went strict only because "-1" is
quietly stored as 1. Fine either way, your call.

Avi