Hi, i import ruleset by file with a devicelist (flowtable) devices = { wan, lan0, lan3 } and if i do a nft list ruleset, it gets reversed devices = { lan3, lan0, wan } imho this is a cosmetic thing, but strange anyway took a look in ./libnftnl/src/flowtable.c but it seems the loop is always done in forward way any idea why this happen? regards Frank