Slavko <linux@xxxxxxxxxx> wrote: > recently i start to use fail2ban with nftables and it works. It uses > separate (configurable) table for its rules, where it puts particular > sets. > > But i noticed, that while i can list all sets in nftables, or limit > that list to particular family, i cannot list sets of only one table: > > nft -t list sets inet f2ban > Error: syntax error, unexpected string, expecting end of file or \ > newline or semicolon > list sets inet f2ban Try "list sets table inet f2ban".