On Thu, Apr 07, 2022 at 10:19:30PM -0400, Martin Gignac wrote: > Hello, > > On nftables 1.0.1, I can run this command just fine: > > nft> add rule inet filter input iif lo time < "2022-07-01 11:00" accept > nft> > > On 1.0.2, however, it gives me this error: > > nft> add rule inet filter input iif lo time < "2022-07-01 11:00" accept > Error: No symbol type information > add rule inet filter input iif lo time < "2022-07-01 11:00" accept > ^^^^ > Have I encountered a bug, or has the usage of the 'time' statement > simply changed? I can reproduce it, this is a bug. I cannot reproduce it though with current nftables git snapshot (it's basically 1.0.2 with a few patches on top).