Hi, I have a relatively small config.nft file with ~220 lines that I am trying to load onto my system. When I do this I get the below error message. The ruleset is very small, so I don't expect this to be a buffer issue. Are there any recommended troubleshooting steps or perhaps a way to load the file in a more verbose way to see in which line of the config.nft file this error is triggered? Thanks. root@nf:~/nftables-geoip# nft -f noverbose.nft netlink: Error: Could not process rule: Message too long root@nf:~/nftables-geoip# wc -l noverbose.nft 221 noverbose.nft