Re: nft error Could not process rule: No buffer space available

lilydjwg <[email protected]> Mon, 25 Aug 2025 19:39:09 +0800
Newsgroups gmane.comp.security.firewalls.netfilter.general
Message-ID <[email protected]>
On Mon, Aug 25, 2025 at 01:11:11PM +0200, Pablo Neira Ayuso wrote:
> [...]
> > table ip6 gravity {
> >   set domestic_ip6 {
> >     type ipv6_addr
> >     flags dynamic,interval
> 
> Error reporting is misleading, combination of dynamic and interval is
> not supported.
> 
> Looking at the example below, you do not need dynamic, remove it.
> 
> ENOBUFS is reported because each element hits an error and
> 
> I am going to take a look to improve error reporting for this case.

Thanks, it works! I didn't think the error was elsewhere. I thought
dynamic was convenient when I needed adjustment later but it's OK if
that doesn't work.

-- 
Best regards,
lilydjwg